Skip to content

Commit bea0251

Browse files
Copilotericallam
andcommitted
Revert "Set EVENT_REPOSITORY_DEFAULT_STORE default to clickhouse_v2 (#2879)"
This reverts commit 495a253. Restores EVENT_REPOSITORY_DEFAULT_STORE default from "clickhouse_v2" back to "postgres". Co-authored-by: ericallam <[email protected]>
1 parent a8ece56 commit bea0251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/env.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ const EnvironmentSchema = z
12231223
EVENT_REPOSITORY_CLICKHOUSE_ROLLOUT_PERCENT: z.coerce.number().optional(),
12241224
EVENT_REPOSITORY_DEFAULT_STORE: z
12251225
.enum(["postgres", "clickhouse", "clickhouse_v2"])
1226-
.default("clickhouse_v2"),
1226+
.default("postgres"),
12271227
EVENT_REPOSITORY_DEBUG_LOGS_DISABLED: BoolEnv.default(false),
12281228
EVENTS_CLICKHOUSE_MAX_TRACE_SUMMARY_VIEW_COUNT: z.coerce.number().int().default(25_000),
12291229
EVENTS_CLICKHOUSE_MAX_TRACE_DETAILED_SUMMARY_VIEW_COUNT: z.coerce.number().int().default(5_000),

0 commit comments

Comments
 (0)