mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
new ustreamer and fps max
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
# =====
|
||||
|
||||
Reference in New Issue
Block a user