mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
shorten cache expire
This commit is contained in:
parent
f03861a189
commit
f28c5f8116
@ -118,8 +118,8 @@ async function fetchAny(
|
||||
if (await updateQuestion(note.uri)) {
|
||||
local.object.poll = await populatePoll(note, me?.id ?? null);
|
||||
}
|
||||
// Allow refetching the poll after 2 minutes
|
||||
await redisClient.set(key, 1, "EX", 60 * 2);
|
||||
// Allow fetching the poll again after 1 minute
|
||||
await redisClient.set(key, 1, "EX", 60);
|
||||
}
|
||||
}
|
||||
return local;
|
||||
|
Loading…
Reference in New Issue
Block a user