File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,6 @@ SOURCEBOT_TELEMETRY_DISABLED=true # Disables telemetry collection
8080# Controls the number of concurrent indexing jobs that can run at once
8181# INDEX_CONCURRENCY_MULTIPLE=
8282
83- # Controls the polling interval for the web app
84- # NEXT_PUBLIC_POLLING_INTERVAL_MS=
85-
8683# Controls the version of the web app
8784# NEXT_PUBLIC_SOURCEBOT_VERSION=
8885
Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ export const env = createEnv({
146146
147147 // Misc
148148 NEXT_PUBLIC_SOURCEBOT_VERSION : z . string ( ) . default ( 'unknown' ) ,
149- NEXT_PUBLIC_POLLING_INTERVAL_MS : numberSchema . default ( 5000 ) ,
150149
151150 NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT : z . enum ( SOURCEBOT_CLOUD_ENVIRONMENT ) . optional ( ) ,
152151
@@ -157,7 +156,6 @@ export const env = createEnv({
157156 experimental__runtimeEnv : {
158157 NEXT_PUBLIC_POSTHOG_PAPIK : process . env . NEXT_PUBLIC_POSTHOG_PAPIK ,
159158 NEXT_PUBLIC_SOURCEBOT_VERSION : process . env . NEXT_PUBLIC_SOURCEBOT_VERSION ,
160- NEXT_PUBLIC_POLLING_INTERVAL_MS : process . env . NEXT_PUBLIC_POLLING_INTERVAL_MS ,
161159 NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT : process . env . NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT ,
162160 NEXT_PUBLIC_LANGFUSE_PUBLIC_KEY : process . env . NEXT_PUBLIC_LANGFUSE_PUBLIC_KEY ,
163161 NEXT_PUBLIC_LANGFUSE_BASE_URL : process . env . NEXT_PUBLIC_LANGFUSE_BASE_URL ,
You can’t perform that action at this time.
0 commit comments