Skip to content

Commit

Permalink
fix(configs): add lock_settings in docker_compose.toml (#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
srujanchikke authored Sep 29, 2023
1 parent d43fbcc commit 14fec5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/docker_compose.toml
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,7 @@ payout_connector_list = "wise"

[multiple_api_version_supported_connectors]
supported_connectors = "braintree"

[lock_settings]
redis_lock_expiry_seconds = 180 # 3 * 60 seconds
delay_between_retries_in_milliseconds = 500

0 comments on commit 14fec5c

Please sign in to comment.