up the timeouts on kojipkgs varnish to hopefully make up for slow storage issues
This commit is contained in:
parent
0a1004b1eb
commit
7aca0c8328
1 changed files with 3 additions and 1 deletions
|
@ -25,10 +25,12 @@ acl purge {
|
|||
backend localapache {
|
||||
.host = "127.0.0.1";
|
||||
.port = "8080";
|
||||
.first_byte_timeout = 60s;
|
||||
.between_bytes_timeout = 60s;
|
||||
.probe = {
|
||||
.url = "/";
|
||||
.interval = 5s;
|
||||
.timeout = 1s;
|
||||
.timeout = 5s;
|
||||
.window = 5;
|
||||
.threshold = 3; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue