instagram: lower expiry frame by 10 seconds
This commit is contained in:
parent
8f5642763b
commit
9d239525e1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ async function findDtsgId(cookie) {
|
|||
const token = data.match(/"dtsg":{"token":"(.*?)"/)[1];
|
||||
|
||||
cachedDtsg.value = token;
|
||||
cachedDtsg.expiry = Date.now() + 86400000;
|
||||
cachedDtsg.expiry = Date.now() + 86390000;
|
||||
|
||||
if (token) return token;
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue