Skip to content

Commit

Permalink
update DEFAULT_READ_TIMEOUT to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
tabalt committed Oct 21, 2015
1 parent 82018d8 commit cb2cd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
GRACEFUL_ENVIRON_KEY = "IS_GRACEFUL"
GRACEFUL_ENVIRON_STRING = GRACEFUL_ENVIRON_KEY + "=1"

DEFAULT_READ_TIMEOUT = 30 * time.Second
DEFAULT_READ_TIMEOUT = 60 * time.Second
DEFAULT_WRITE_TIMEOUT = DEFAULT_READ_TIMEOUT
)

Expand Down

0 comments on commit cb2cd14

Please sign in to comment.