mscp: add -u max_startups option.

pymscp also accepts keyword 'max_startups' (int).
This commit is contained in:
Ryo Nakamura
2023-03-15 21:53:34 +09:00
parent 24fef5f539
commit a923d40ada
5 changed files with 28 additions and 9 deletions

View File

@@ -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" },