mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
teosd- First bits of locator cache
This commit is contained in:
@@ -84,7 +84,13 @@ def main(command_line_conf):
|
||||
db_manager = AppointmentsDBM(config.get("APPOINTMENTS_DB_PATH"))
|
||||
responder = Responder(db_manager, gatekeeper, carrier, block_processor)
|
||||
watcher = Watcher(
|
||||
db_manager, gatekeeper, block_processor, responder, secret_key_der, config.get("MAX_APPOINTMENTS")
|
||||
db_manager,
|
||||
gatekeeper,
|
||||
block_processor,
|
||||
responder,
|
||||
secret_key_der,
|
||||
config.get("MAX_APPOINTMENTS"),
|
||||
config.get("BLOCK_CACHE_SIZE"),
|
||||
)
|
||||
|
||||
# Create the chain monitor and start monitoring the chain
|
||||
|
||||
Reference in New Issue
Block a user