Skip to content

Commit

Permalink
Increase number of relays allowed per address
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeiklimuk authored Nov 12, 2024
1 parent f939b8c commit f59e3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operations/anon-da-node-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ExitPolicy reject6 *:*
ExitRelay 0
IPv6Exit 0
AuthDirMaxServersPerAddr 8
AuthDirMaxServersPerAddr 40
ConsensusParams "CircuitPriorityHalflifeMsec=30000 DoSCircuitCreationBurst=60 DoSCircuitCreationEnabled=1 DoSCircuitCreationMinConnections=2 DoSCircuitCreationRate=2 DoSConnectionEnabled=1 DoSConnectionMaxConcurrentCount=50 DoSRefuseSingleHopClientRendezvous=1 ExtendByEd25519ID=1 KISTSchedRunInterval=3 NumNTorsPerTAP=100 UseOptimisticData=1 bwauthpid=1 bwscanner_cc=1 cbttestfreq=10 cc_alg=2 cc_cwnd_full_gap=4 cc_cwnd_full_minpct=25 cc_cwnd_inc=1 cc_cwnd_inc_rate=31 cc_cwnd_min=124 cc_sscap_exit=600 cc_sscap_onion=475 cc_vegas_alpha_exit=186 cc_vegas_beta_onion=372 cc_vegas_delta_exit=310 cc_vegas_delta_onion=434 cc_vegas_gamma_onion=248 cfx_low_exit_threshold=5000 circ_max_cell_queue_size=1250 circ_max_cell_queue_size_out=1000 dos_num_circ_max_outq=5 guard-n-primary-dir-guards-to-use=2"
Expand Down Expand Up @@ -531,4 +531,4 @@ Nickname {{ key (printf "ator-network/stage/dir-auth-%s-%s/nickname" (env "node.
}
}
}
}
}

0 comments on commit f59e3bd

Please sign in to comment.