Skip to content

Commit

Permalink
update help text for schema_change_check_interval to match what it wa…
Browse files Browse the repository at this point in the history
…s at each version (vitessio#1444)

Signed-off-by: Andrew Mason <[email protected]>
  • Loading branch information
Andrew Mason authored Apr 17, 2023
1 parent 6ec30f8 commit e050e3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/15.0/reference/programs/vtctld.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ vtctld \
| --s3_backup_storage_bucket | string | S3 bucket to use for backups |
| --s3_backup_storage_root | string | root prefix for all backup-related object names |
| --s3_backup_tls_skip_verify_cert | boolean | skip the 'certificate is valid' check for SSL connections |
| --schema_change_check_interval | int | this value decides how often we check schema change dir, in seconds (default 60) |
| --schema_change_check_interval | duration | How often the schema change dir is checked for schema changes (deprecated: if passed as a bare integer, the duration will be in seconds). |
| --schema_change_controller | string | schema change controller is responsible for finding schema changes and responding to schema change events |
| --schema_change_dir | string | directory contains schema changes for all keyspaces. Each keyspace has its own directory and schema changes are expected to live in '$KEYSPACE/input' dir. e.g. test_keyspace/input/*sql, each sql file represents a schema change |
| --schema_change_replicas_timeout | duration | how long to wait for replicas to receive the schema change (default 10s) |
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/16.0/reference/programs/vtctld.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ vtctld \
| --s3_backup_storage_bucket | string | S3 bucket to use for backups |
| --s3_backup_storage_root | string | root prefix for all backup-related object names |
| --s3_backup_tls_skip_verify_cert | boolean | skip the 'certificate is valid' check for SSL connections |
| --schema_change_check_interval | int | this value decides how often we check schema change dir, in seconds (default 60) |
| --schema_change_check_interval | duration | How often the schema change dir is checked for schema changes (deprecated: if passed as a bare integer, the duration will be in seconds). |
| --schema_change_controller | string | schema change controller is responsible for finding schema changes and responding to schema change events |
| --schema_change_dir | string | directory contains schema changes for all keyspaces. Each keyspace has its own directory and schema changes are expected to live in '$KEYSPACE/input' dir. e.g. test_keyspace/input/*sql, each sql file represents a schema change |
| --schema_change_replicas_timeout | duration | how long to wait for replicas to receive the schema change (default 10s) |
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/17.0/reference/programs/vtctld.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ vtctld \
| --s3_backup_storage_bucket | string | S3 bucket to use for backups |
| --s3_backup_storage_root | string | root prefix for all backup-related object names |
| --s3_backup_tls_skip_verify_cert | boolean | skip the 'certificate is valid' check for SSL connections |
| --schema_change_check_interval | int | this value decides how often we check schema change dir, in seconds (default 60) |
| --schema_change_check_interval | duration | How often the schema change dir is checked for schema changes. This value must be positive; if zero or lower, the default of 1m is used. |
| --schema_change_controller | string | schema change controller is responsible for finding schema changes and responding to schema change events |
| --schema_change_dir | string | directory contains schema changes for all keyspaces. Each keyspace has its own directory and schema changes are expected to live in '$KEYSPACE/input' dir. e.g. test_keyspace/input/*sql, each sql file represents a schema change |
| --schema_change_replicas_timeout | duration | how long to wait for replicas to receive the schema change (default 10s) |
Expand Down

0 comments on commit e050e3c

Please sign in to comment.