Browse Source

Config.handleSpaceHours = 4

龚成明 2 years ago
parent
commit
452b3e5399
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.js

+ 1 - 1
config/config.js

@@ -3,7 +3,7 @@
 // 至少需要多少利润百分比才会触发
 Config.percentageLimit = 0.25
 // 至少间隔多少小时才触发一次
-Config.handleSpaceHours = 0.1
+Config.handleSpaceHours = 4
 // 打算售出的baseToken数量
 Config.baseTokenAmount = 500
 // 轮询时间