diff options
| author | pr0vieh <pr0vieh@gmail.com> | 2023-12-03 01:27:36 +0100 |
|---|---|---|
| committer | pr0vieh <pr0vieh@gmail.com> | 2023-12-03 01:27:36 +0100 |
| commit | dfb2b796090c78f5e4f5165b7c6ced69b4ad633c (patch) | |
| tree | 786eb00fdc737b34e2aefa50a580fd76329965ef /defaults | |
| parent | 4c603e23f07569610714327e7e4bca1ec9f5bbaa (diff) | |
Add setting for DHT receive loadprereq insted of hardcoded load < 2.0
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/yacy.init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index cb6fb5f6b..c1f0b40cc 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -691,6 +691,7 @@ collection=user 20_dhtdistribution_busysleep=15000
20_dhtdistribution_memprereq=12582912
20_dhtdistribution_loadprereq=2.0
+20_dhtreceive_loadprereq=2.0
30_peerping_idlesleep=30000
30_peerping_busysleep=30000
30_peerping_memprereq=2097152
|
