This commit is contained in:
2026-05-09 16:27:09 +09:00
parent 7a8704c1d4
commit 30e63c9fc8
2 changed files with 6 additions and 6 deletions

View File

@@ -23,10 +23,10 @@ class OrderManager:
"""
now = time.time()
if len(self._send_timestamps) == 500:
elapsed = now - self._send_timestamps[0]
if elapsed < 1.01:
return False
# if len(self._send_timestamps) == 500:
# elapsed = now - self._send_timestamps[0]
# if elapsed < 1.01:
# return False
# 전송 조건 통과 시 실제 통신 수행
if action_type == "add":