We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fa931 commit 208f447Copy full SHA for 208f447
src/api/routes/membership.ts
@@ -24,7 +24,7 @@ import { AvailableSQSFunctions, SQSPayload } from "common/types/sqsMessage.js";
24
import { SendMessageCommand, SQSClient } from "@aws-sdk/client-sqs";
25
import rawbody from "fastify-raw-body";
26
27
-const NONMEMBER_CACHE_SECONDS = 1800; // 30 minutes
+const NONMEMBER_CACHE_SECONDS = 60; // 1 minute
28
const MEMBER_CACHE_SECONDS = 43200; // 12 hours
29
30
const membershipPlugin: FastifyPluginAsync = async (fastify, _options) => {
0 commit comments