Skip to content

Commit 9f18bf1

Browse files
committed
reduce proxy deadline to 5 seconds
1 parent 8449a65 commit 9f18bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irc/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import (
4646
)
4747

4848
const (
49-
defaultProxyDeadline = time.Minute
49+
defaultProxyDeadline = 5*time.Second
5050
)
5151

5252
// here's how this works: exported (capitalized) members of the config structs

0 commit comments

Comments
 (0)