Kaynağa Gözat

0.25 percentage limit

龚成明 2 yıl önce
ebeveyn
işleme
291bc65fd6

+ 2 - 2
scripts/monitors/config/price-monitor-config.js

@@ -1,6 +1,6 @@
 class PriceMonitorConfig {}
 
-// 千分之一以上的差价才输出到文件观察
-PriceMonitorConfig.percentageLimit = 0.37
+// 指定百分比以上的价差才输出到文件观察
+PriceMonitorConfig.percentageLimit = 0.25
 
 module.exports = PriceMonitorConfig