Skip to content

Commit

Permalink
+ Two new env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhghomon committed Dec 3, 2024
1 parent e9d7957 commit 33bd93b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/content/doc-surrealdb/cli/env.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@ Environment variables can be used to tailor the behaviour of a running SurrealDB
<td scope="row" data-label="Default">Number of CPUs on the current device</td>
<td scope="row" data-label="Notes">Size of the SurrealCS connection pool.</td>
</tr>
<tr>
<td scope="row" data-label="Env var"><code>SURREAL_TELEMETRY_DISABLE_TRACING</code></td>
<td scope="row" data-label="Default">false</td>
<td scope="row" data-label="Notes">Disables sending traces to the GRPC OTEL collector. Available since SurrealDB v2.1.3</td>
</tr>
<tr>
<td scope="row" data-label="Env var"><code>SURREAL_TELEMETRY_DISABLE_METRICS</code></td>
<td scope="row" data-label="Default">false</td>
<td scope="row" data-label="Notes">Disables sending metrics to the GRPC OTEL collector. Available since SurrealDB v2.1.3</td>
</tr>
<tr>
<td scope="row" data-label="Env var"><code>SURREAL_TRANSACTION_CACHE_SIZE</code></td>
<td scope="row" data-label="Default">10000</td>
Expand Down

0 comments on commit 33bd93b

Please sign in to comment.