Thread a _Config all the way down

This commit is contained in:
Jean-Paul Calderone
2019-08-19 16:09:26 -04:00
parent 05be6f2ef1
commit 9940beaae1
11 changed files with 90 additions and 24 deletions

View File

@ -556,6 +556,7 @@ def create_storage_farm_broker(config, default_connection_handlers, foolscap_con
sb = storage_client.StorageFarmBroker(
permute_peers=True,
tub_maker=tub_creator,
node_config=config,
storage_client_config=storage_client_config,
)
for ic in introducer_clients: