summaryrefslogtreecommitdiff
path: root/osdep/Binder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/Binder.hpp')
-rw-r--r--osdep/Binder.hpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/osdep/Binder.hpp b/osdep/Binder.hpp
index accff86f..9829f170 100644
--- a/osdep/Binder.hpp
+++ b/osdep/Binder.hpp
@@ -63,12 +63,8 @@
*
* OneService also does this on detected restarts.
*/
-#ifdef __SYNOLOGY___
- // Synology devices like to kill routes, check more often and re-add
- #define ZT_BINDER_REFRESH_PERIOD 10000
-#else
- #define ZT_BINDER_REFRESH_PERIOD 30000
-#endif
+#define ZT_BINDER_REFRESH_PERIOD 30000
+
namespace ZeroTier {
/**