diff --git a/src/stream.h b/src/stream.h index 5126acaf..3335ea78 100644 --- a/src/stream.h +++ b/src/stream.h @@ -23,9 +23,9 @@ namespace stream { constexpr auto CONTROL_PORT = 10; constexpr auto AUDIO_STREAM_PORT = 11; - constexpr uint64_t KB_ACTIVE_WINDOW_MS = 500; - constexpr uint64_t MOUSE_ACTIVE_WINDOW_MS = 500; - constexpr uint64_t GAMEPAD_ACTIVE_WINDOW_MS = 500; + constexpr uint64_t KB_ACTIVE_WINDOW_MS = 1500; + constexpr uint64_t MOUSE_ACTIVE_WINDOW_MS = 1500; + constexpr uint64_t GAMEPAD_ACTIVE_WINDOW_MS = 1500; struct session_t; diff --git a/src_assets/common/assets/web/troubleshooting.html b/src_assets/common/assets/web/troubleshooting.html index 96efa5d1..e75e7de6 100644 --- a/src_assets/common/assets/web/troubleshooting.html +++ b/src_assets/common/assets/web/troubleshooting.html @@ -151,7 +151,7 @@
Per-session input activity and policy. Indicators update every second.
+Per-session input activity and policy. Indicators update twice per second.