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
--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)
120
116
--datastore-revision-quantization-interval duration boundary interval to which to round the quantized revision (default 5s)
121
117
--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)
122
118
--datastore-spanner-credentials string path to service account key credentials file with access to the cloud spanner instance (omit to use application default credentials)
--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)
289
281
--datastore-revision-quantization-interval duration boundary interval to which to round the quantized revision (default 5s)
290
282
--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)
291
283
--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]
473
465
--datastore-relationship-integrity-current-key-id string current key id for relationship integrity checks
--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)
480
468
--datastore-revision-quantization-interval duration boundary interval to which to round the quantized revision (default 5s)
481
469
--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)
482
470
--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