This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eSync
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
修改
master
AICells
4 years ago
parent
b547533044
commit
fb00a953f3
1 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
erlSync.sample.config
+ 5
- 5
erlSync.sample.config
View File
@ -1,15 +1,15 @@
[
{erlSync, [
%% 扫描module的间隔时间
{moduleTime,
3
0000},
{moduleTime,
4
0000},
%% 扫描 源码目录的间隔时间
{srcDirTime,
5
000},
{srcDirTime,
6
000},
%% 扫描 源码文件的间隔时间
{srcFileTime,
5
000},
{srcFileTime,
6
000},
%% 对比加载beam 文件的间隔时间
{compareBeamTime,
3
000},
{compareBeamTime,
2
000},
%% 对比编译erl hrl文件的间隔时间
{compareSrcFileTime,
1
000},
{compareSrcFileTime,
2
000},
%% 编译和加载以及其他一些日志的提示级别设置
%% 有效值: all | none | [success | warnings | errors]
Write
Preview
Loading…
Cancel
Save