diff --git a/rdp-proxy/manager.py b/rdp-proxy/manager.py index 0c54149..eecb086 100644 --- a/rdp-proxy/manager.py +++ b/rdp-proxy/manager.py @@ -90,7 +90,7 @@ def _anti_idle_loop(): env = {**os.environ, "DISPLAY": DISPLAY} toggle = False while True: - time.sleep(180) + time.sleep(30) with _lock: active = _should_be_connected and _proc is not None and _proc.poll() is None if not active: