From fb00a953f312ed812a37faedd52a4a23c33c169d Mon Sep 17 00:00:00 2001 From: AICells <1713699517@qq.com> Date: Sat, 11 Jul 2020 02:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erlSync.sample.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/erlSync.sample.config b/erlSync.sample.config index 7d372df..0b609ee 100644 --- a/erlSync.sample.config +++ b/erlSync.sample.config @@ -1,15 +1,15 @@ [ {erlSync, [ %% 扫描module的间隔时间 - {moduleTime, 30000}, + {moduleTime, 40000}, %% 扫描 源码目录的间隔时间 - {srcDirTime, 5000}, + {srcDirTime, 6000}, %% 扫描 源码文件的间隔时间 - {srcFileTime, 5000}, + {srcFileTime, 6000}, %% 对比加载beam 文件的间隔时间 - {compareBeamTime, 3000}, + {compareBeamTime, 2000}, %% 对比编译erl hrl文件的间隔时间 - {compareSrcFileTime, 1000}, + {compareSrcFileTime, 2000}, %% 编译和加载以及其他一些日志的提示级别设置 %% 有效值: all | none | [success | warnings | errors]