reduce default concurrent announcers to 10

-lower rpc timeout to what it originally was
This commit is contained in:
Jack Robison 2018-06-06 17:18:13 -04:00
parent b0a741b1f4
commit db06191c33
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ ANDROID = 4
KB = 2 ** 10 KB = 2 ** 10
MB = 2 ** 20 MB = 2 ** 20
DEFAULT_CONCURRENT_ANNOUNCERS = 100 DEFAULT_CONCURRENT_ANNOUNCERS = 10
DEFAULT_DHT_NODES = [ DEFAULT_DHT_NODES = [
('lbrynet1.lbry.io', 4444), ('lbrynet1.lbry.io', 4444),

View file

@ -25,7 +25,7 @@ k = 8
replacementCacheSize = 8 replacementCacheSize = 8
#: Timeout for network operations (in seconds) #: Timeout for network operations (in seconds)
rpcTimeout = 8 rpcTimeout = 5
# number of rpc attempts to make before a timeout results in the node being removed as a contact # number of rpc attempts to make before a timeout results in the node being removed as a contact
rpcAttempts = 5 rpcAttempts = 5