summaryrefslogtreecommitdiff
path: root/kvmd/validators
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-07-13 04:52:19 +0300
committerDevaev Maxim <[email protected]>2019-07-13 04:52:19 +0300
commitad97aecaf4d043c59d018310b4d8f4852d30b6e0 (patch)
tree90f6fbcdacc9aefd54cd093a77d337f1fb4543c9 /kvmd/validators
parentdfe58d81efcc14b4ff8a3e6e2204bfdcce7a620b (diff)
new ustreamer and fps max
Diffstat (limited to 'kvmd/validators')
-rw-r--r--kvmd/validators/kvm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/validators/kvm.py b/kvmd/validators/kvm.py
index 170c0cc9..6cd12478 100644
--- a/kvmd/validators/kvm.py
+++ b/kvmd/validators/kvm.py
@@ -51,7 +51,7 @@ def valid_stream_quality(arg: Any) -> int:
def valid_stream_fps(arg: Any) -> int:
- return int(valid_number(arg, min=0, max=30, name="stream FPS"))
+ return int(valid_number(arg, min=0, max=120, name="stream FPS"))
# =====