mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +00:00
there is only a NativeStorageServer
though it is used by the client
This commit is contained in:
parent
c752fc76f1
commit
166c5ab53f
@ -218,7 +218,7 @@ class StorageFarmBroker(service.MultiService):
|
||||
ic.subscribe_to("storage", self._got_announcement)
|
||||
|
||||
def _got_connection(self):
|
||||
# this is called by NativeStorageClient when it is connected
|
||||
# this is called by NativeStorageServer when it is connected
|
||||
self._check_connected_high_water_mark()
|
||||
|
||||
def _check_connected_high_water_mark(self):
|
||||
|
Loading…
Reference in New Issue
Block a user