update maker points

This commit is contained in:
discountry
2026-02-08 09:37:39 +08:00
parent 3f67b99291
commit bee7bdd8fe
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ export class MakerPointsEngine {
: 8,
depthWindowBps: Number.isFinite(this.config.binanceDepthWindowBps)
? Math.max(1, Number(this.config.binanceDepthWindowBps))
: 5,
: 3,
speedMs: 100,
logger: (context, error) => {
this.tradeLog.push("warn", `Binance ${context} 异常: ${extractMessage(error)}`);