mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
Merge pull request #475 from weekendi2p/openssl
added limits.transittunnels
This commit is contained in:
commit
b6e379d14e
1 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,11 @@ namespace config {
|
|||
#endif
|
||||
;
|
||||
|
||||
options_description limits("Limits options");
|
||||
limits.add_options()
|
||||
("limits.transittunnels", value<uint16_t>()->default_value(2500), "Maximum active transit sessions (default:2500)")
|
||||
;
|
||||
|
||||
options_description httpserver("HTTP Server options");
|
||||
httpserver.add_options()
|
||||
("http.enabled", value<bool>()->default_value(true), "Enable or disable webconsole")
|
||||
|
|
Loading…
Add table
Reference in a new issue