Add missing semicolon
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
8fac2ff4b6
commit
1b9567b112
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ backend kojipkgs02 {
|
|||
.timeout = 3600s;
|
||||
.interval = 30s;
|
||||
.window = 30;
|
||||
.threshold = 30
|
||||
.threshold = 30;
|
||||
}
|
||||
.first_byte_timeout = 300s;
|
||||
.connect_timeout = 30s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue