mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
default heartbeat = 15s
This commit is contained in:
parent
1cd4e64c7e
commit
2ecbb68fd6
@ -294,7 +294,7 @@ def _get_config_scheme() -> Dict:
|
||||
"unix": Option("", type=valid_abs_path, only_if="!port", unpack_as="unix_path"),
|
||||
"unix_rm": Option(True, type=valid_bool),
|
||||
"unix_mode": Option(0o660, type=valid_unix_mode),
|
||||
"heartbeat": Option(3.0, type=valid_float_f01),
|
||||
"heartbeat": Option(15.0, type=valid_float_f01),
|
||||
"sync_chunk_size": Option(65536, type=functools.partial(valid_number, min=1024)),
|
||||
"access_log_format": Option("[%P / %{X-Real-IP}i] '%r' => %s; size=%b ---"
|
||||
" referer='%{Referer}i'; user_agent='%{User-Agent}i'"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user