summaryrefslogtreecommitdiff
path: root/node/Constants.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Constants.hpp')
-rw-r--r--node/Constants.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp
index 641b25bb..394c89eb 100644
--- a/node/Constants.hpp
+++ b/node/Constants.hpp
@@ -254,6 +254,11 @@ error_no_ZT_ARCH
#define ZT_AUTOCONFIGURE_CHECK_DELAY 15000
/**
+ * Delay between updates of status file in home directory
+ */
+#define ZT_STATUS_OUTPUT_PERIOD 120000
+
+/**
* Minimum delay in Node service loop
*
* This is the shortest of the check delays/periods.