Skip to content

Commit

Permalink
Merge pull request #778 from divanodestiny/dd/fix-incorrect-default-f…
Browse files Browse the repository at this point in the history
…reelist-type

correct default config
  • Loading branch information
ahrtr committed Mar 2, 2024
2 parents a4d543c + 00f4849 commit 168b0ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/en/docs/v3.4/op-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ The list of flags provided below may not be up-to-date due to ongoing developmen
+ default: 0
+ env variable: ETCD_BACKEND_BATCH_LIMIT

### --backend-bbolt-freelist-type
+ The freelist type that etcd backend(bboltdb) uses (array and map are supported types).
+ default: map
+ env variable: ETCD_BACKEND_BBOLT_FREELIST_TYPE

### --backend-batch-interval
+ BackendBatchInterval is the maximum time before commit the backend transaction.
+ default: 0
Expand Down Expand Up @@ -458,6 +453,11 @@ Follow the instructions when using these flags.

## Experimental flags

### --experimental-backend-bbolt-freelist-type
+ The freelist type that etcd backend(bboltdb) uses (array and map are supported types).
+ default: array
+ env variable: ETCD_EXPERIMENTAL_BACKEND_BBOLT_FREELIST_TYPE

### --experimental-corrupt-check-time
+ Duration of time between cluster corruption check passes
+ default: 0s
Expand Down

0 comments on commit 168b0ce

Please sign in to comment.