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 e08e493 commit 0334df7Copy full SHA for 0334df7
apps/webapp/app/env.server.ts
@@ -770,7 +770,7 @@ const EnvironmentSchema = z.object({
770
RUN_REPLICATION_LEADER_LOCK_RETRY_INTERVAL_MS: z.coerce.number().int().default(500),
771
RUN_REPLICATION_WAIT_FOR_ASYNC_INSERT: z.string().default("0"),
772
RUN_REPLICATION_KEEP_ALIVE_ENABLED: z.string().default("1"),
773
- RUN_REPLICATION_KEEP_ALIVE_IDLE_SOCKET_TTL_MS: z.coerce.number().int().default(9_000),
+ RUN_REPLICATION_KEEP_ALIVE_IDLE_SOCKET_TTL_MS: z.coerce.number().int().optional(),
774
RUN_REPLICATION_MAX_OPEN_CONNECTIONS: z.coerce.number().int().default(10),
775
});
776
0 commit comments