Skip to content

Commit

Permalink
Optimize timeouts
Browse files Browse the repository at this point in the history
Karasiq committed Jul 25, 2020
1 parent 0927027 commit fcaf9cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
@@ -135,18 +135,18 @@ shadowcloud {
}

timeouts {
query = 10s
query = 5s
chunk-write = 15s
chunk-read = 15s
chunks-list = 5m
chunks-delete = 2m
chunks-delete = 30m
region-chunk-write = 2m
region-chunk-read = 2m
index-write = 30s
index-read = 15s
index-list = 15s
synchronize = 2m
collect-garbage = 20m
synchronize = 3m
collect-garbage = 30m
}

buffers {

0 comments on commit fcaf9cc

Please sign in to comment.