CONCURRENT_REQS = 8
# how many hosts to post values to
-STORE_REDUNDANCY = 3
+STORE_REDUNDANCY = 6
# How many values to attempt to retrieve from the DHT.
# Setting this to 0 will try and get all values (which could take a while if
'CONCURRENT_REQS': '8',
# how many hosts to post to
- 'STORE_REDUNDANCY': '3',
+ 'STORE_REDUNDANCY': '6',
# How many values to attempt to retrieve from the DHT.
# Setting this to 0 will try and get all values (which could take a while if
timeout = 50
DHT_DEFAULTS = {'PORT': 9977,
'CHECKPOINT_INTERVAL': 300, 'CONCURRENT_REQS': 8,
- 'STORE_REDUNDANCY': 3, 'RETRIEVE_VALUES': -10000,
+ 'STORE_REDUNDANCY': 6, 'RETRIEVE_VALUES': -10000,
'MAX_FAILURES': 3, 'LOCAL_OK': True,
'MIN_PING_INTERVAL': 900,'BUCKET_STALENESS': 3600,
'KRPC_TIMEOUT': 9, 'KRPC_INITIAL_DELAY': 2,
num = 20
DHT_DEFAULTS = {'PORT': 9977,
'CHECKPOINT_INTERVAL': 300, 'CONCURRENT_REQS': 8,
- 'STORE_REDUNDANCY': 3, 'RETRIEVE_VALUES': -10000,
+ 'STORE_REDUNDANCY': 6, 'RETRIEVE_VALUES': -10000,
'MAX_FAILURES': 3, 'LOCAL_OK': True,
'MIN_PING_INTERVAL': 900,'BUCKET_STALENESS': 3600,
'KRPC_TIMEOUT': 9, 'KRPC_INITIAL_DELAY': 2,
timeout = 10
DHT_DEFAULTS = {'PORT': 9977,
'CHECKPOINT_INTERVAL': 300, 'CONCURRENT_REQS': 8,
- 'STORE_REDUNDANCY': 3, 'RETRIEVE_VALUES': -10000,
+ 'STORE_REDUNDANCY': 6, 'RETRIEVE_VALUES': -10000,
'MAX_FAILURES': 3, 'LOCAL_OK': True,
'MIN_PING_INTERVAL': 900,'BUCKET_STALENESS': 3600,
'KRPC_TIMEOUT': 9, 'KRPC_INITIAL_DELAY': 2,
num = 20
DHT_DEFAULTS = {'PORT': 9977,
'CHECKPOINT_INTERVAL': 300, 'CONCURRENT_REQS': 8,
- 'STORE_REDUNDANCY': 3, 'RETRIEVE_VALUES': -10000,
+ 'STORE_REDUNDANCY': 6, 'RETRIEVE_VALUES': -10000,
'MAX_FAILURES': 3, 'LOCAL_OK': True,
'MIN_PING_INTERVAL': 900,'BUCKET_STALENESS': 3600,
'KRPC_TIMEOUT': 9, 'KRPC_INITIAL_DELAY': 2,
<term><option>STORE_REDUNDANCY = <replaceable>number</replaceable></option></term>
<listitem>
<para>The <replaceable>number</replaceable> of redundant copies of a value to store in the DHT.
- (Default is 3.)</para>
+ (Default is 6.)</para>
</listitem>
</varlistentry>
<varlistentry>
CONCURRENT_REQS = 8
# how many hosts to post to
-STORE_REDUNDANCY = 3
+STORE_REDUNDANCY = 6
# How many values to attempt to retrieve from the DHT.
# Setting this to 0 will try and get all values (which could take a while if