Skip to content

Commit 8710a28

Browse files
Reduce the lag time between changing volume and seeing it reflected on the other side
1 parent eb83028 commit 8710a28

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

streams/volume_synchronizer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,5 @@ def watcher_loop(self):
147147
break
148148
except Exception as e:
149149
self.logger.exception(f"Exception: {e}")
150-
sleep(5)
151150
continue
152-
sleep(2)
151+
sleep(1)

0 commit comments

Comments
 (0)