Reduced min pub period of NodeStatus

This commit is contained in:
Pavel Kirienko
2015-03-20 01:48:37 +03:00
parent 79d167a84c
commit 8417b47575
+1 -1
View File
@@ -7,7 +7,7 @@
#
uint16 MAX_PUBLICATION_PERIOD_MS = 1000
uint16 MIN_PUBLICATION_PERIOD_MS = 20
uint16 MIN_PUBLICATION_PERIOD_MS = 2
# If a node fails to publish this message in this amount of time, it should be considered offline.
uint16 OFFLINE_TIMEOUT_MS = 3000