Skip to content

Commit

Permalink
Merge pull request #491 from vitessio/fix-flag-format
Browse files Browse the repository at this point in the history
Move more flags to the new format with seconds
  • Loading branch information
frouioui authored Jan 3, 2024
2 parents 4a922f0 + 5b1092c commit 43ff95e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ansible/roles/vttablet/templates/vttablet.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ EXTRA_VTTABLET_FLAGS="--alsologtostderr \
--queryserver-config-transaction-cap={{ tablet.transaction_cap | default(vttablet_transaction_cap) }} \
{% if vitess_version_name == "latest" %}
--queryserver-config-query-timeout=900s \
--queryserver-config-schema-reload-time=60s \
--queryserver-config-transaction-timeout=300s \
{% else %}
--queryserver-config-query-timeout=900 \
--queryserver-config-schema-reload-time=60 \
--queryserver-config-transaction-timeout=300 \
{% endif %}
--queryserver-config-schema-reload-time=60 \
--queryserver-config-transaction-timeout=300 \
--grpc_max_message_size=67108864 \
--db_charset=utf8 \
{% if pprof_targets is defined %}
Expand Down

0 comments on commit 43ff95e

Please sign in to comment.