From f6458dd12e082a79ddc8e959a00d6404d79c42be Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 18 Jan 2026 21:00:21 -0800 Subject: [PATCH] =?UTF-8?q?fix(trading):=20=E5=81=9A=E5=B8=82=E5=95=86?= =?UTF-8?q?=E5=90=83=E5=8D=95=E9=97=B4=E9=9A=94=E4=BB=8E1-4=E7=A7=92?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=9B=BA=E5=AE=9A1=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- .../src/application/services/market-maker.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/services/trading-service/src/application/services/market-maker.service.ts b/backend/services/trading-service/src/application/services/market-maker.service.ts index 2a64a905..29336331 100644 --- a/backend/services/trading-service/src/application/services/market-maker.service.ts +++ b/backend/services/trading-service/src/application/services/market-maker.service.ts @@ -166,7 +166,7 @@ export class MarketMakerService { cashBalance: params.initialCash || '0', maxBuyRatio: params.maxBuyRatio || 0.05, minIntervalMs: params.minIntervalMs || 1000, - maxIntervalMs: params.maxIntervalMs || 4000, + maxIntervalMs: params.maxIntervalMs || 1000, }, });