cache
This commit is contained in:
parent
303c2132a1
commit
fb56769405
1 changed files with 5 additions and 6 deletions
|
@ -100,9 +100,8 @@ Bun.serve({
|
|||
|
||||
globalThis.loginTokens.add(token);
|
||||
|
||||
if (entriesCacheTime + entriesCacheTimeLimit < Date.now()) {
|
||||
setTimeout(getEntriesCached, 1);
|
||||
}
|
||||
|
||||
return new Response('Login successful', { headers });
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue