mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
Lower PoW activation threshold
This commit is contained in:
parent
38b1ace4a4
commit
ffe88b49a6
@ -124,8 +124,8 @@ HiddenServiceEnableIntroDoSDefense 1
|
|||||||
## Proof of Work (PoW) before establishing Rendezvous Circuits
|
## Proof of Work (PoW) before establishing Rendezvous Circuits
|
||||||
## The lower the queue and burst rates, the higher the puzzle effort tends to be for users.
|
## The lower the queue and burst rates, the higher the puzzle effort tends to be for users.
|
||||||
HiddenServicePoWDefensesEnabled 1
|
HiddenServicePoWDefensesEnabled 1
|
||||||
HiddenServicePoWQueueRate 200 # (Default: 250)
|
HiddenServicePoWQueueRate 50 # (Default: 250)
|
||||||
HiddenServicePoWQueueBurst 1000 # (Default: 2500)
|
HiddenServicePoWQueueBurst 250 # (Default: 2500)
|
||||||
|
|
||||||
## Stream limits in the established Rendezvous Circuits
|
## Stream limits in the established Rendezvous Circuits
|
||||||
## The maximum number of simultaneous streams (connections) per rendezvous circuit. The max value allowed is 65535. (0 = unlimited)
|
## The maximum number of simultaneous streams (connections) per rendezvous circuit. The max value allowed is 65535. (0 = unlimited)
|
||||||
@ -143,8 +143,8 @@ HiddenServiceEnableIntroDoSDefense 1
|
|||||||
#HiddenServiceNumIntroductionPoints 3 # (Default: 3)
|
#HiddenServiceNumIntroductionPoints 3 # (Default: 3)
|
||||||
|
|
||||||
HiddenServicePoWDefensesEnabled 1
|
HiddenServicePoWDefensesEnabled 1
|
||||||
HiddenServicePoWQueueRate 200 # (Default: 250)
|
HiddenServicePoWQueueRate 50 # (Default: 250)
|
||||||
HiddenServicePoWQueueBurst 1000 # (Default: 2500)
|
HiddenServicePoWQueueBurst 250 # (Default: 2500)
|
||||||
|
|
||||||
HiddenServiceMaxStreams 25
|
HiddenServiceMaxStreams 25
|
||||||
#HiddenServiceMaxStreamsCloseCircuit 1
|
#HiddenServiceMaxStreamsCloseCircuit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user