Skip to content

Commit

Permalink
cmd s5: default server latency set to 5m
Browse files Browse the repository at this point in the history
  • Loading branch information
rkonfj committed May 18, 2023
1 parent 8ae342b commit 6f8e384
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/s5/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ func (s *S5Server) loadServers() (err error) {
}

server := &Server{
name: srv.Name,
client: c,
name: srv.Name,
client: c,
latency: 5 * time.Minute,
httpClient: &http.Client{
Timeout: 300 * time.Second,
Transport: &http.Transport{
Expand Down

0 comments on commit 6f8e384

Please sign in to comment.