mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-22 15:04:23 +01:00
teos - BLOCK_CACHE_SIZE -> LOCATOR_CACHE_SIZE
This commit is contained in:
@@ -21,7 +21,7 @@ DEFAULT_CONF = {
|
||||
"DEFAULT_SUBSCRIPTION_DURATION": {"value": 4320, "type": int},
|
||||
"EXPIRY_DELTA": {"value": 6, "type": int},
|
||||
"MIN_TO_SELF_DELAY": {"value": 20, "type": int},
|
||||
"BLOCK_CACHE_SIZE": {"value": 6, "type": int},
|
||||
"LOCATOR_CACHE_SIZE": {"value": 6, "type": int},
|
||||
"LOG_FILE": {"value": "teos.log", "type": str, "path": True},
|
||||
"TEOS_SECRET_KEY": {"value": "teos_sk.der", "type": str, "path": True},
|
||||
"APPOINTMENTS_DB_PATH": {"value": "appointments", "type": str, "path": True},
|
||||
|
||||
@@ -90,7 +90,7 @@ def main(command_line_conf):
|
||||
responder,
|
||||
secret_key_der,
|
||||
config.get("MAX_APPOINTMENTS"),
|
||||
config.get("BLOCK_CACHE_SIZE"),
|
||||
config.get("LOCATOR_CACHE_SIZE"),
|
||||
)
|
||||
|
||||
# Create the chain monitor and start monitoring the chain
|
||||
|
||||
Reference in New Issue
Block a user