进一步修复 SQLite 并发锁冲突,统一连接与重试机制。
新增 db_conn 模块、缓存 schema 初始化、positions 页 commit,风控读库自动重试。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -165,6 +165,6 @@
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
pollPositions();
|
||||
pollTimer = setInterval(pollPositions, 2000);
|
||||
pollTimer = setInterval(pollPositions, 3000);
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user