fix: turnoff cleanup cache

This commit is contained in:
Mauricio Siu
2025-01-23 00:53:21 -06:00
parent dba39b6364
commit d5c9338f51
4 changed files with 4350 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ export const admins = pgTable("admin", {
serversQuantity: integer("serversQuantity").notNull().default(0),
cleanupCacheApplications: boolean("cleanupCacheApplications")
.notNull()
.default(true),
.default(false),
cleanupCacheOnPreviews: boolean("cleanupCacheOnPreviews")
.notNull()
.default(false),