diff --git a/docs/source/about/advanced_usage.rst b/docs/source/about/advanced_usage.rst
index e071ada5..e0903223 100644
--- a/docs/source/about/advanced_usage.rst
+++ b/docs/source/about/advanced_usage.rst
@@ -339,11 +339,12 @@ dwmflush
Description
Invoke DwmFlush() to sync screen capture to the Windows presentation interval.
- .. Caution:: Applies to Windows only. Alleviates visual stuttering during mouse movement, but causes the capture
- rate to be limited to the host monitor's currently active refresh rate.
+ .. Caution:: Applies to Windows only. Alleviates visual stuttering during mouse movement.
+ If enabled, this feature will automatically deactivate if the client framerate exceeds
+ the host monitor's current refresh rate.
Default
- ``disabled``
+ ``enabled``
Examples
diff --git a/src_assets/common/assets/web/config.html b/src_assets/common/assets/web/config.html
index 1d34512c..01954e76 100644
--- a/src_assets/common/assets/web/config.html
+++ b/src_assets/common/assets/web/config.html
@@ -410,8 +410,8 @@
- Improves capture latency during mouse movement.
- Enabling this may prevent the client's FPS from exceeding the host monitor's active refresh rate.
+ Improves capture latency/smoothness during mouse movement.
+ Disable if you encounter any VSync-related issues.