mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-15 11:34:19 +01:00
Sets a more realistic valut for max_appointments and add default_slots in config
This commit is contained in:
@@ -17,7 +17,8 @@ DEFAULT_CONF = {
|
||||
"FEED_PROTOCOL": {"value": "tcp", "type": str},
|
||||
"FEED_CONNECT": {"value": "127.0.0.1", "type": str},
|
||||
"FEED_PORT": {"value": 28332, "type": int},
|
||||
"MAX_APPOINTMENTS": {"value": 100, "type": int},
|
||||
"MAX_APPOINTMENTS": {"value": 1000000, "type": int},
|
||||
"DEFAULT_SLOTS": {"value": 100, "type": int},
|
||||
"EXPIRY_DELTA": {"value": 6, "type": int},
|
||||
"MIN_TO_SELF_DELAY": {"value": 20, "type": int},
|
||||
"LOG_FILE": {"value": "teos.log", "type": str, "path": True},
|
||||
|
||||
Reference in New Issue
Block a user