You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/configuration/environment-variables.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ The following environment variables allow you to configure your Sourcebot deploy
34
34
|`SOURCEBOT_STRUCTURED_LOGGING_ENABLED`|`false`| <p>Enables/disable structured JSON logging. See [this doc](/docs/configuration/structured-logging) for more info.</p> |
35
35
|`SOURCEBOT_STRUCTURED_LOGGING_FILE`| - | <p>Optional file to log to if structured logging is enabled</p> |
36
36
|`SOURCEBOT_TELEMETRY_DISABLED`|`false`| <p>Enables/disables telemetry collection in Sourcebot. See [this doc](/docs/overview.mdx#telemetry) for more info.</p> |
37
+
|`DEFAULT_MAX_MATCH_COUNT`|`10000`| <p>The default maximum number of search results to return when using search in the web app.</p> |
0 commit comments