mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-21 22:39:54 -06:00
chore: increase service caching period to 3 hours (#2323)
This commit is contained in:
@@ -4,7 +4,7 @@ import { env } from "./env";
|
||||
|
||||
export const IS_FORMBRICKS_CLOUD = env.IS_FORMBRICKS_CLOUD === "1";
|
||||
export const REVALIDATION_INTERVAL = 0; //TODO: find a good way to cache and revalidate data when it changes
|
||||
export const SERVICES_REVALIDATION_INTERVAL = 60 * 10; // 10 minutes
|
||||
export const SERVICES_REVALIDATION_INTERVAL = 60 * 60 * 3; // 3 hours
|
||||
export const MAU_LIMIT = IS_FORMBRICKS_CLOUD ? 9000 : 1000000;
|
||||
|
||||
// URLs
|
||||
|
||||
Reference in New Issue
Block a user