diff options
author | Devaev Maxim <[email protected]> | 2018-10-04 16:04:20 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-04 16:04:20 +0300 |
commit | ab901acde8c44f303118bd0d1048dad81679741e (patch) | |
tree | e44530cad8c13a702a0e439ea0f1e85fb2e6c837 /configs/kvmd | |
parent | ed6a0078909af47eebe7a5ba3898dcff6c78ffb2 (diff) |
--drop-same-frames works fine
Diffstat (limited to 'configs/kvmd')
-rw-r--r-- | configs/kvmd/v2.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/kvmd/v2.yaml b/configs/kvmd/v2.yaml index 52daa1d3..44e73cc2 100644 --- a/configs/kvmd/v2.yaml +++ b/configs/kvmd/v2.yaml @@ -47,7 +47,7 @@ kvmd: - "--dv-timings" - "--host=localhost" - "--port=8082" - - "--drop-same-frames=3" + - "--drop-same-frames=30" logging: version: 1 |