We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62563dc commit c6534b4Copy full SHA for c6534b4
src/utils/cookiebox.ts
@@ -10,7 +10,7 @@ export class MyCookieSandbox {
10
private _cnkiHomeCookieLastUpdateTime: number = 0;
11
private _initPromise: Promise<void> | null = null;
12
private _captchaPromise: Promise<Zotero.CookieSandbox> | null = null;
13
- private static readonly COOKIE_EXPIRE_MS = 10 * 60 * 1000; // 10 minutes
+ private static readonly COOKIE_EXPIRE_MS = 5 * 60 * 1000; // 10 minutes
14
15
constructor() {
16
this._CNKIHomeCookieBox = null;
0 commit comments