From b4a8d1632c2b4a3d4dc6e03d732fa3e93fd0731e Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期二, 18 五月 2021 14:50:42 +0800 Subject: [PATCH] fix re-register fail. --- src/defs.cpp | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/defs.cpp b/src/defs.cpp index 43e7b7f..cb85db7 100644 --- a/src/defs.cpp +++ b/src/defs.cpp @@ -187,4 +187,6 @@ { ec = LastErrorStore().ec_; msg = LastErrorStore().msg_; -} \ No newline at end of file +} + +int NodeTimeoutSec() { return 60; } \ No newline at end of file -- Gitblit v1.8.0