Compare commits

..

No commits in common. "6c6b1a8b36ba0ca3bca1ed69f6ff9a4dd5f37b84" and "9ed2a16b1a2d268cbbf49e015ba83cd62f7418f0" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ export class LangtonsApiBid extends ApiBid {
global.socket.off(`verify-code.${this.origin_url}`); // Xóa listener tránh rò rỉ bộ nhớ
rej(
new Error(
`[${this.id}] Timeout: No verification code received within 3 minute.`
`[${this.id}] Timeout: No verification code received within 1 minute.`
)
);
}, 180 * 1000); // 180 giây
}, 120 * 1000); // 120 giây
global.socket.on(`verify-code.${this.origin_url}`, async (data) => {
console.log(`📢 [${this.id}] VERIFY CODE:`, data);