teos - BLOCK_CACHE_SIZE -> LOCATOR_CACHE_SIZE

This commit is contained in:
Sergi Delgado Segura
2020-05-22 19:14:43 +02:00
parent c05f96b738
commit 77d1ea21c8
4 changed files with 6 additions and 6 deletions

View File

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