Fix CTP vnctptd segfault restart loop by serializing reconnect.
Skip duplicate auto-connect when TD is logged in, stop aggressive query_position hooks, and throttle position refresh. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -758,7 +758,7 @@ def start_sl_tp_guard_worker(
|
||||
from db_conn import connect_db
|
||||
|
||||
def _loop() -> None:
|
||||
time.sleep(8)
|
||||
time.sleep(20)
|
||||
while True:
|
||||
sleep_sec = max(1, interval)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user