mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Tweak log length to fit JSON for members within two 4096-kb blocks.
This commit is contained in:
parent
914c42537c
commit
7a00036954
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ using json = nlohmann::json;
|
|||
#define ZT_NETCONF_CONTROLLER_API_VERSION 3
|
||||
|
||||
// Number of requests to remember in member history
|
||||
#define ZT_NETCONF_DB_MEMBER_HISTORY_LENGTH 32
|
||||
#define ZT_NETCONF_DB_MEMBER_HISTORY_LENGTH 24
|
||||
|
||||
// Min duration between requests for an address/nwid combo to prevent floods
|
||||
#define ZT_NETCONF_MIN_REQUEST_PERIOD 1000
|
||||
|
|
Loading…
Add table
Reference in a new issue