mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +08:00
mscp: add -u max_startups option.
pymscp also accepts keyword 'max_startups' (int).
This commit is contained in:
@@ -71,6 +71,7 @@ param_kwargs = [
|
||||
{ "min_chunk_sz": 1 * 1024 * 1024 },
|
||||
{ "max_chunk_sz": 64 * 1024 * 1024 },
|
||||
{ "coremask": "0x0f" },
|
||||
{ "max_startups": 5 },
|
||||
{ "severity": mscp.SEVERITY_NONE },
|
||||
{ "cipher": "aes128-gcm@openssh.com" },
|
||||
{ "compress": "yes" },
|
||||
|
||||
Reference in New Issue
Block a user