@@ -227,8 +227,6 @@ export async function checkParentPositionsClosed(): Promise<void> {
} catch (e) {
console.error(`[closePosition] 检查父仓位 ${parentAddress} 异常:`, e)
}
- // 休眠 10 秒,避免频繁调用接口
- await new Promise(resolve => setTimeout(resolve, 10000))