Minor changes

This commit is contained in:
SukkaW
2024-01-14 00:44:46 +08:00
parent 75c9e084a9
commit 897a505c32
13 changed files with 106 additions and 113 deletions

View File

@@ -24,7 +24,7 @@ const latestTopUserAgentsPromise = fsCache.apply(
{
serializer: serializeArray,
deserializer: deserializeArray,
ttl: TTL.ONE_DAY()
ttl: TTL.THREE_DAYS()
}
);