Skip to content

Commit

Permalink
[DOCS-3140] Fix query tag bug is JS driver readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jul 29, 2024
1 parent e690352 commit c2a8412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ const config: ClientConfiguration = {
max_attempts: 3,
max_backoff: 20,
max_contention_retries: 5,
query_tags: { name: "readme query" },
query_tags: { name: "readme_query" },
query_timeout_ms: 60_000,
traceparent: "00-750efa5fb6a131eb2cf4db39f28366cb-000000000000000b-00",
typecheck: true,
Expand Down

0 comments on commit c2a8412

Please sign in to comment.