Shorten uploaderID hash persistence duration

This commit is contained in:
clonedArtie 2024-01-23 13:55:50 +01:00 committed by GitHub
parent 3d2693aa3f
commit 764d14dbe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ def stats():
class Relay(Thread):
REGENERATE_UPLOADER_NONCE_INTERVAL = 12 * 60 * 60 # 12 hrs
REGENERATE_UPLOADER_NONCE_INTERVAL = 3 * 60 # 3 minutes, was 12 hrs
def __init__(self, **kwargs):
super(Relay, self).__init__(**kwargs)