Skip to content

Commit

Permalink
fix: Increase ops limit for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jachym-tousek-keboola committed Jan 23, 2025
1 parent e89175c commit 55a6b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ services:
ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379"
ETCD_LISTEN_PEER_URLS: "http://0.0.0.0:2380"
ETCD_DISABLE_STORE_MEMBER_ID: "true"
ETCD_MAX_TXN_OPS: "1024"

k6:
volumes:
Expand Down
2 changes: 1 addition & 1 deletion provisioning/common/etcd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ extraEnvVars:
value: "256MiB"
# Increase limit of operations in transaction.
- name: ETCD_MAX_TXN_OPS
value: "1000"
value: "1024"

# The root password is used for authentication, the client gets a JWT token with short expiration.
auth:
Expand Down

0 comments on commit 55a6b5f

Please sign in to comment.