Skip to content

Commit

Permalink
fix(demo) increase timeouts for demo server
Browse files Browse the repository at this point in the history
  • Loading branch information
edlerd committed Aug 10, 2023
1 parent 472b642 commit c62f8df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions haproxy-demo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ global

defaults
mode http
timeout connect 5000
timeout client 5000
timeout server 5000
timeout connect 500000
timeout client 500000
timeout server 500000

frontend lxd_frontend
bind 0.0.0.0:80
Expand Down

0 comments on commit c62f8df

Please sign in to comment.