tmux observer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Reduce status emit interval from 1s to 5s

Matches solstone-linux's CHUNK_DURATION. Cuts status POST traffic to
convey by 80%.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
src/solstone_tmux/observer.py
··· 197 197 198 198 try: 199 199 while self.running: 200 - await asyncio.sleep(1) 200 + await asyncio.sleep(5) 201 201 self.capture() 202 202 203 203 elapsed = time.monotonic() - self.start_at_mono