mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 03:29:28 +00:00
Lower PoW activation threshold
Some checks failed
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled
Some checks failed
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CodeQL / Analyze (java) (push) Has been cancelled
This commit is contained in:
parent
38b1ace4a4
commit
ffe88b49a6
1 changed files with 4 additions and 4 deletions
|
@ -124,8 +124,8 @@ HiddenServiceEnableIntroDoSDefense 1
|
|||
## 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.
|
||||
HiddenServicePoWDefensesEnabled 1
|
||||
HiddenServicePoWQueueRate 200 # (Default: 250)
|
||||
HiddenServicePoWQueueBurst 1000 # (Default: 2500)
|
||||
HiddenServicePoWQueueRate 50 # (Default: 250)
|
||||
HiddenServicePoWQueueBurst 250 # (Default: 2500)
|
||||
|
||||
## 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)
|
||||
|
@ -143,8 +143,8 @@ HiddenServiceEnableIntroDoSDefense 1
|
|||
#HiddenServiceNumIntroductionPoints 3 # (Default: 3)
|
||||
|
||||
HiddenServicePoWDefensesEnabled 1
|
||||
HiddenServicePoWQueueRate 200 # (Default: 250)
|
||||
HiddenServicePoWQueueBurst 1000 # (Default: 2500)
|
||||
HiddenServicePoWQueueRate 50 # (Default: 250)
|
||||
HiddenServicePoWQueueBurst 250 # (Default: 2500)
|
||||
|
||||
HiddenServiceMaxStreams 25
|
||||
#HiddenServiceMaxStreamsCloseCircuit 1
|
||||
|
|
Loading…
Reference in a new issue