|
@@ -34,7 +34,7 @@ class DHTHandlerThread(threading.Thread):
|
|
|
|
|
|
|
|
|
def declare_experts(
|
|
|
- dht: DHT, uids: Sequence[ExpertUID], endpoint: Endpoint, expiration: DHTExpiration = 700, wait: bool = True
|
|
|
+ dht: DHT, uids: Sequence[ExpertUID], endpoint: Endpoint, expiration: DHTExpiration = 300, wait: bool = True
|
|
|
) -> Dict[ExpertUID, bool]:
|
|
|
"""
|
|
|
Make experts visible to all DHT peers; update timestamps if declared previously.
|