diff --git a/server/app.py b/server/app.py index 201d750..b341c73 100644 --- a/server/app.py +++ b/server/app.py @@ -132,7 +132,7 @@ def start_mqtt_publishers(): except KeyboardInterrupt: break - time.sleep(0.0001) + time.sleep(0.001) except Exception as e: print(e) except KeyboardInterrupt: