auto_trade_sys/backend/api
薇薇安 f1e2cabc01 feat(account, stats, trades, database): 限制交易记录查询条数以优化内存管理
在 `account.py` 和 `stats.py` 中为获取状态为 open 的交易记录添加了条数限制,避免全表加载导致内存暴增。在 `trades.py` 中也为相关查询添加了限制,确保系统在处理大量数据时的稳定性。此外,更新了 `models.py` 中的默认 limit 设置,进一步优化内存使用。此更新有助于提升系统性能与资源管理。
2026-02-21 01:03:17 +08:00
..
models a 2026-01-13 17:30:59 +08:00
routes feat(account, stats, trades, database): 限制交易记录查询条数以优化内存管理 2026-02-21 01:03:17 +08:00
__init__.py a 2026-01-13 17:30:59 +08:00
auth_deps.py a 2026-02-03 11:55:04 +08:00
auth_utils.py 增加多账号的支持体系 2026-01-20 15:55:34 +08:00
main.py a 2026-01-21 21:26:44 +08:00
redis_log_handler.py a 2026-01-18 21:53:18 +08:00
supervisor_account.py 修正用户交易状态不正常显示问题 2026-02-03 11:35:54 +08:00