This commit is contained in:
eric
2026-03-10 09:03:17 -05:00
parent 1ef2c612a9
commit eb33ed9360
4 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
import { useEffect, useRef, useState } from "react";
const COOKIE_NAME = "nomadvip_pay_order";
const POLL_INTERVAL = 2000;
const POLL_INTERVAL = 1000;
const MAX_POLLS = 160; // ~5 分钟
const MAX_AGE_MS = 15 * 60 * 1000;