Skip to content

Commit 940db39

Browse files
Merge pull request #490 from authzed/docs-spicedb-update
Auto-generated PR: Update spicedb docs
2 parents 7fb3cf1 + 083a913 commit 940db39

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

app/spicedb/concepts/commands/page.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ spicedb datastore gc [flags]
113113
--datastore-relationship-integrity-current-key-id string current key id for relationship integrity checks
114114
--datastore-relationship-integrity-enabled enables relationship integrity checks. (CockroachDB driver only)
115115
--datastore-relationship-integrity-expired-keys stringArray config for expired keys for relationship integrity checks
116-
--datastore-request-hedging enable request hedging
117-
--datastore-request-hedging-initial-slow-value duration initial value to use for slow datastore requests, before statistics have been collected (default 10ms)
118-
--datastore-request-hedging-max-requests uint maximum number of historical requests to consider (default 1000000)
119-
--datastore-request-hedging-quantile float quantile of historical datastore request time over which a request will be considered slow (default 0.95)
120116
--datastore-revision-quantization-interval duration boundary interval to which to round the quantized revision (default 5s)
121117
--datastore-revision-quantization-max-staleness-percent float float percentage (where 1 = 100%) of the revision quantization interval where we may opt to select a stale revision for performance reasons. Defaults to 0.1 (representing 10%) (default 0.1)
122118
--datastore-spanner-credentials string path to service account key credentials file with access to the cloud spanner instance (omit to use application default credentials)
@@ -282,10 +278,6 @@ spicedb datastore repair [flags]
282278
--datastore-relationship-integrity-current-key-id string current key id for relationship integrity checks
283279
--datastore-relationship-integrity-enabled enables relationship integrity checks. (CockroachDB driver only)
284280
--datastore-relationship-integrity-expired-keys stringArray config for expired keys for relationship integrity checks
285-
--datastore-request-hedging enable request hedging
286-
--datastore-request-hedging-initial-slow-value duration initial value to use for slow datastore requests, before statistics have been collected (default 10ms)
287-
--datastore-request-hedging-max-requests uint maximum number of historical requests to consider (default 1000000)
288-
--datastore-request-hedging-quantile float quantile of historical datastore request time over which a request will be considered slow (default 0.95)
289281
--datastore-revision-quantization-interval duration boundary interval to which to round the quantized revision (default 5s)
290282
--datastore-revision-quantization-max-staleness-percent float float percentage (where 1 = 100%) of the revision quantization interval where we may opt to select a stale revision for performance reasons. Defaults to 0.1 (representing 10%) (default 0.1)
291283
--datastore-spanner-credentials string path to service account key credentials file with access to the cloud spanner instance (omit to use application default credentials)
@@ -473,10 +465,6 @@ spicedb serve [flags]
473465
--datastore-relationship-integrity-current-key-id string current key id for relationship integrity checks
474466
--datastore-relationship-integrity-enabled enables relationship integrity checks. (CockroachDB driver only)
475467
--datastore-relationship-integrity-expired-keys stringArray config for expired keys for relationship integrity checks
476-
--datastore-request-hedging enable request hedging
477-
--datastore-request-hedging-initial-slow-value duration initial value to use for slow datastore requests, before statistics have been collected (default 10ms)
478-
--datastore-request-hedging-max-requests uint maximum number of historical requests to consider (default 1000000)
479-
--datastore-request-hedging-quantile float quantile of historical datastore request time over which a request will be considered slow (default 0.95)
480468
--datastore-revision-quantization-interval duration boundary interval to which to round the quantized revision (default 5s)
481469
--datastore-revision-quantization-max-staleness-percent float float percentage (where 1 = 100%) of the revision quantization interval where we may opt to select a stale revision for performance reasons. Defaults to 0.1 (representing 10%) (default 0.1)
482470
--datastore-schema-watch-heartbeat duration heartbeat time on the schema watch in the datastore (if supported). 0 means to default to the datastore's minimum. (default 1s)

0 commit comments

Comments
 (0)