Go to file
薇薇安 f1e2cabc01 feat(account, stats, trades, database): 限制交易记录查询条数以优化内存管理
在 `account.py` 和 `stats.py` 中为获取状态为 open 的交易记录添加了条数限制,避免全表加载导致内存暴增。在 `trades.py` 中也为相关查询添加了限制,确保系统在处理大量数据时的稳定性。此外,更新了 `models.py` 中的默认 limit 设置,进一步优化内存使用。此更新有助于提升系统性能与资源管理。
2026-02-21 01:03:17 +08:00
backend feat(account, stats, trades, database): 限制交易记录查询条数以优化内存管理 2026-02-21 01:03:17 +08:00
docs fix(binance_client, position_manager, config): 增强止损与盈利保护逻辑 2026-02-20 23:38:14 +08:00
frontend fix(account, frontend): 兼容处理创建时间字段 2026-02-21 00:59:54 +08:00
recommendations-viewer a 2026-01-22 19:38:12 +08:00
scripts 1 2026-02-13 08:27:05 +08:00
trading_system feat(trades, database, binance_client, position_manager, risk_manager): 优化交易记录查询与内存管理 2026-02-21 00:53:32 +08:00
.cursorrules 1 2026-02-08 20:06:47 +08:00
.gitignore a 2026-01-13 18:47:42 +08:00