diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-26 14:24:02 +0200 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-26 14:24:02 +0200 |
| commit | d79342a340c7025f675df45a180866b47e43fec7 (patch) | |
| tree | 13b677f5634637abdac7e991f08bca1c2398b95a /clusterman/config.py | |
| parent | 21a83cd9736a742645179d899488bd9db62e80c9 (diff) | |
Minor changes
Diffstat (limited to 'clusterman/config.py')
| -rw-r--r-- | clusterman/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clusterman/config.py b/clusterman/config.py index 72a8b2b..2a9b95b 100644 --- a/clusterman/config.py +++ b/clusterman/config.py @@ -13,7 +13,8 @@ class Config: "ip4_from": "10.128.0.133", "ip4_to": "10.128.0.140", "ip4_ignore": ["10.0.0.5", "10.0.0.1"] - } + }, + "timeout": 0.5 } def __init__(self): |
