This commit is contained in:
WangQiang 2015-12-01 01:41:49 +00:00
parent 9f39f549bf
commit 09ad337c4e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ void TinyServer::Start()
//LoadConfig();
LoadDevices();
#if DEBUG
Sys.AddTask(DeviceShow, this, 1000, 30000, "节点列表");
Sys.AddTask(DeviceShow, this, 10000, 30000, "节点列表");
#endif
Control->Open();