mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-21 21:38:20 +02:00
set default transit tunnels limit to 10000
This commit is contained in:
parent
588108d7d0
commit
61588777be
1 changed files with 2 additions and 2 deletions
|
@ -246,9 +246,9 @@ verify = true
|
||||||
# subscriptions = http://reg.i2p/hosts.txt,http://identiguy.i2p/hosts.txt,http://stats.i2p/cgi-bin/newhosts.txt
|
# subscriptions = http://reg.i2p/hosts.txt,http://identiguy.i2p/hosts.txt,http://stats.i2p/cgi-bin/newhosts.txt
|
||||||
|
|
||||||
[limits]
|
[limits]
|
||||||
## Maximum active transit sessions (default: 5000)
|
## Maximum active transit sessions (default: 10000)
|
||||||
## This value is doubled if floodfill mode is enabled!
|
## This value is doubled if floodfill mode is enabled!
|
||||||
# transittunnels = 5000
|
# transittunnels = 10000
|
||||||
## Limit number of open file descriptors (0 - use system limit)
|
## Limit number of open file descriptors (0 - use system limit)
|
||||||
# openfiles = 0
|
# openfiles = 0
|
||||||
## Maximum size of corefile in Kb (0 - use system limit)
|
## Maximum size of corefile in Kb (0 - use system limit)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue