Skip to content

Commit

Permalink
home: fix default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Aug 27, 2021
1 parent ba26fcd commit d086179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/home/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ var config = configuration{
Ratelimit: 20,
RefuseAny: true,
AllServers: false,
FastestTimeout: aghtime.Duration{Duration: 5 * time.Second},
FastestTimeout: aghtime.Duration{Duration: 4 * time.Second},

TrustedProxies: []string{"127.0.0.0/8", "::1/128"},

Expand Down

0 comments on commit d086179

Please sign in to comment.