Skip to content

Commit

Permalink
fix flags
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Shestopalova <oshestopalova@hubspot.com>
  • Loading branch information
Olga Shestopalova committed Sep 28, 2023
1 parent d15adc7 commit c8576ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/flags/endtoend/vtgate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Flags:
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
--vschema_ddl_authorized_users string List of users authorized to execute vschema ddl operations, or '%' to allow all users.
--vtgate-config-terse-errors prevent bind vars from escaping in returned errors
--warming-reads-percent int Percentage of reads on the primary to forward to replicas. Useful for keeping buffer pools warm. (default 0)
--warming-reads-percent int Percentage of reads on the primary to forward to replicas. Useful for keeping buffer pools warm (default 0)
--warming-reads-pool-size int Size of goroutine pool for warming reads (default 500)
--warming-reads-query-timeout duration Timeout of warming read queries (default 5s)
--warn_memory_rows int Warning threshold for in-memory results. A row count higher than this amount will cause the VtGateWarnings.ResultsExceeded counter to be incremented. (default 30000)
Expand Down

0 comments on commit c8576ca

Please sign in to comment.