Restore sending of rejections but move it exclusively to a thread, widen netconf window to 30 minutes.
This commit is contained in:
parent
c492bf7eea
commit
a4e8847664
3 changed files with 20 additions and 84 deletions
|
@ -41,9 +41,9 @@
|
|||
#include "Trace.hpp"
|
||||
|
||||
/**
|
||||
* Default maximum time delta for COMs, tags, and capabilities
|
||||
* Default time delta for COMs, tags, and capabilities
|
||||
*/
|
||||
#define ZT_NETWORKCONFIG_DEFAULT_CREDENTIAL_TIME_DFL_MAX_DELTA ((int64_t)(1000 * 60 * 15))
|
||||
#define ZT_NETWORKCONFIG_DEFAULT_CREDENTIAL_TIME_DFL_MAX_DELTA ((int64_t)(1000 * 60 * 30))
|
||||
|
||||
/**
|
||||
* Maximum time delta for COMs, tags, and capabilities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue