Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer committed Sep 23, 2024
1 parent 1e6705a commit 8aa69e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/cluster_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,10 @@ DatabaseConfiguration represents the configuration of the database
| excluded_servers | ExcludedServers defines the list of excluded servers form the database. | [][ExcludedServers](#excludedservers) | false |
| RoleCounts | RoleCounts defines how many processes the database should recruit for each role. | [RoleCounts](#rolecounts) | true |
| VersionFlags | VersionFlags defines internal flags for testing new features in the database. | [VersionFlags](#versionflags) | true |
| storage_migration_type | StorageMigrationType defines the storage migration type. | [StorageMigrationType](#storagemigrationtype) | false |
| perpetual_storage_wiggle | PerpetualStorageWiggle defines the wiggle speed. If set to 0 this feature is disabled. When setting StorageMigrationType to StorageMigrationTypeGradual, this value must be greater than 0. | int | false |
| perpetual_storage_wiggle_locality | PerpetualStorageWiggleLocality if defined the specified locality will be migrated. Format is: <<LOCALITY_KEY>:<LOCALITY_VALUE>\|0> | string | false |
| perpetual_storage_wiggle_engine | PerpetualStorageWiggleEngine defines the perpetual storage engine type. | [StorageEngine](#storageengine) | false |
| storage_migration_type | StorageMigrationType defines the storage migration type. | *[StorageMigrationType](#storagemigrationtype) | false |
| perpetual_storage_wiggle | PerpetualStorageWiggle defines the wiggle speed. If set to 0 this feature is disabled. When setting StorageMigrationType to StorageMigrationTypeGradual, this value must be greater than 0. | *int | false |
| perpetual_storage_wiggle_locality | PerpetualStorageWiggleLocality if defined the specified locality will be migrated. Format is: <<LOCALITY_KEY>:<LOCALITY_VALUE>\|0> | *string | false |
| perpetual_storage_wiggle_engine | PerpetualStorageWiggleEngine defines the perpetual storage engine type. | *[StorageEngine](#storageengine) | false |

[Back to TOC](#table-of-contents)

Expand Down

0 comments on commit 8aa69e2

Please sign in to comment.