Browse Source

changed limits.transittunnels to 10000 by default

master
orignal 2 months ago committed by GitHub
parent
commit
3edbcff13a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/user-guide/configuration.md

2
docs/user-guide/configuration.md

@ -225,7 +225,7 @@ addressbook.hostsfile | File to dump AddressesBook in hosts.txt @@ -225,7 +225,7 @@ addressbook.hostsfile | File to dump AddressesBook in hosts.txt
Option | Description
-------------------------------------- | --------------------------------------
limits.transittunnels | Override maximum number of transit tunnels. (default: 5000)
limits.transittunnels | Override maximum number of transit tunnels. (default: 10000)
limits.openfiles | Limit number of open file descriptors (default: 0 - use system limit)
limits.coresize | Maximum size of corefile in Kb (default: 0 - use system limit)
limits.zombies | Minimum percentage of successfully created tunnels under which tunnel cleanup is paused (default [%]: 0.00)

Loading…
Cancel
Save