bus_analyzer: check for new segments more often

to lower latency
master
Mike Lang 1 week ago
parent 5db7bcda71
commit dc291d4e64

@ -202,7 +202,7 @@ def main(
prototypes_path="./prototypes",
concurrency=10,
):
CHECK_INTERVAL = 2
CHECK_INTERVAL = 0.5
stopping = gevent.event.Event()

Loading…
Cancel
Save