mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-21 22:44:21 +01:00
Adds end time to the user (subscription) information. It will replace the appointment one.
This commit is contained in:
@@ -18,6 +18,7 @@ DEFAULT_CONF = {
|
||||
"FEED_PORT": {"value": 28332, "type": int},
|
||||
"MAX_APPOINTMENTS": {"value": 1000000, "type": int},
|
||||
"DEFAULT_SLOTS": {"value": 100, "type": int},
|
||||
"DEFAULT_SUBSCRIPTION_DURATION": {"value": 4320, "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