mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
PIT: decrese PIT_CHECKPOINT_WINDOW to 1 for deployment
This commit is contained in:
@@ -233,7 +233,7 @@ const envSchema = z
|
||||
DATADOG_HOSTNAME: zpStr(z.string().optional()),
|
||||
|
||||
// PIT
|
||||
PIT_CHECKPOINT_WINDOW: zpStr(z.string().optional().default("5")),
|
||||
PIT_CHECKPOINT_WINDOW: zpStr(z.string().optional().default("1")),
|
||||
PIT_TREE_CHECKPOINT_WINDOW: zpStr(z.string().optional().default("30")),
|
||||
|
||||
/* CORS ----------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user