Skip to content

Commit

Permalink
Default delay 20 s for BB #27
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed Apr 19, 2024
1 parent b563d08 commit 3902b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
environment:
BACKEND_URL: http://server:8082
SERVER_API_KEY: ${SERVER_API_KEY}
EXECUTION_DELAY: 1 # Time period in seconds to wait between strategy exeuctions
EXECUTION_DELAY: 20 # Time period in seconds to wait between strategy exeuctions
STARTUP_DELAY: 1 # Time period in seconds to wait for the backend to start
RETRY_DELAY: 20 # Time period in seconds to wait before retrying to reach the backend
CONFIRMATION_DELAY: 90
Expand Down

0 comments on commit 3902b35

Please sign in to comment.