update time of check limit order
This commit is contained in:
parent
9b2dd35fa8
commit
80be197d8f
@ -79,7 +79,7 @@ class RealTraderManager:
|
||||
# 检查限价单是否超时
|
||||
if hasattr(Config, "RTM_ORDER_TIMEOUT"):
|
||||
try:
|
||||
schedule.every(30).seconds.do(
|
||||
schedule.every(10).seconds.do(
|
||||
run_threaded(self.check_limit_orders)
|
||||
)
|
||||
except Exception as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user