Skip to content

Commit

Permalink
fix connection timeout problem
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx committed Nov 30, 2017
1 parent c1c0529 commit 9763fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (

connect_timeout = 1 * time.Second //1s
//notify timeout
nofity_connect_timeout = 60 * time.Second //60s
nofity_connect_timeout = 10 * time.Minute //10m
//for on error retry
on_error_retry_interval = 1 * time.Second //1s
//for typed config cache of parser result, e.g. integer, double, long, etc.
Expand Down

0 comments on commit 9763fb3

Please sign in to comment.