Skip to content

Commit 02df6f9

Browse files
Merge pull request #508 from authzed/docs-spicedb-update
Auto-generated PR: Update spicedb docs
2 parents 9a3dcac + 4b5a8fe commit 02df6f9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/spicedb/concepts/commands/page.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ spicedb datastore gc [flags]
124124
--datastore-tx-overlap-strategy string strategy to generate transaction overlap keys ("request", "prefix", "static", "insecure") (CockroachDB driver only - see https://spicedb.dev/d/crdb-overlap for details) (default "static")
125125
--datastore-watch-buffer-length uint16 how large the watch buffer should be before blocking (default 1024)
126126
--datastore-watch-buffer-write-timeout duration how long the watch buffer should queue before forcefully disconnecting the reader (default 1s)
127-
--datastore-watch-connect-timeout duration how long the watch connection should wait before timing out (CockroachDB driver only) (default 1s)
127+
--datastore-watch-change-buffer-maximum-size string how much memory to reserve for the watch change buffer, either as a quantity of bytes (e.g. 5Gi) or a percentage of available memory (e.g. 50%). if this value is exceeded, the watch will error and must be restarted. (default "15%")
128+
--datastore-watch-connect-timeout duration how long the watch connection to the underlying datastore should wait before timing out (CockroachDB driver only) (default 1s)
128129
--otel-endpoint string OpenTelemetry collector endpoint - the endpoint can also be set by using enviroment variables
129130
--otel-insecure connect to the OpenTelemetry collector in plaintext
130131
--otel-provider string OpenTelemetry provider for tracing ("none", "otlphttp", "otlpgrpc") (default "none")
@@ -289,7 +290,8 @@ spicedb datastore repair [flags]
289290
--datastore-tx-overlap-strategy string strategy to generate transaction overlap keys ("request", "prefix", "static", "insecure") (CockroachDB driver only - see https://spicedb.dev/d/crdb-overlap for details) (default "static")
290291
--datastore-watch-buffer-length uint16 how large the watch buffer should be before blocking (default 1024)
291292
--datastore-watch-buffer-write-timeout duration how long the watch buffer should queue before forcefully disconnecting the reader (default 1s)
292-
--datastore-watch-connect-timeout duration how long the watch connection should wait before timing out (CockroachDB driver only) (default 1s)
293+
--datastore-watch-change-buffer-maximum-size string how much memory to reserve for the watch change buffer, either as a quantity of bytes (e.g. 5Gi) or a percentage of available memory (e.g. 50%). if this value is exceeded, the watch will error and must be restarted. (default "15%")
294+
--datastore-watch-connect-timeout duration how long the watch connection to the underlying datastore should wait before timing out (CockroachDB driver only) (default 1s)
293295
--otel-endpoint string OpenTelemetry collector endpoint - the endpoint can also be set by using enviroment variables
294296
--otel-insecure connect to the OpenTelemetry collector in plaintext
295297
--otel-provider string OpenTelemetry provider for tracing ("none", "otlphttp", "otlpgrpc") (default "none")
@@ -477,7 +479,8 @@ spicedb serve [flags]
477479
--datastore-tx-overlap-strategy string strategy to generate transaction overlap keys ("request", "prefix", "static", "insecure") (CockroachDB driver only - see https://spicedb.dev/d/crdb-overlap for details) (default "static")
478480
--datastore-watch-buffer-length uint16 how large the watch buffer should be before blocking (default 1024)
479481
--datastore-watch-buffer-write-timeout duration how long the watch buffer should queue before forcefully disconnecting the reader (default 1s)
480-
--datastore-watch-connect-timeout duration how long the watch connection should wait before timing out (CockroachDB driver only) (default 1s)
482+
--datastore-watch-change-buffer-maximum-size string how much memory to reserve for the watch change buffer, either as a quantity of bytes (e.g. 5Gi) or a percentage of available memory (e.g. 50%). if this value is exceeded, the watch will error and must be restarted. (default "15%")
483+
--datastore-watch-connect-timeout duration how long the watch connection to the underlying datastore should wait before timing out (CockroachDB driver only) (default 1s)
481484
--disable-version-response disables version response support in the API
482485
--dispatch-cache-enabled enable caching of dispatch calls this server makes to other servers (default true)
483486
--dispatch-cache-max-cost string upper bound (in bytes or as a percent of available memory) of the cache for dispatch calls this server makes to other servers (default "30%")

0 commit comments

Comments
 (0)