Skip to content

Commit

Permalink
default value of max_retries is 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nniclausse committed Jan 21, 2015
1 parent 8bb3d13 commit 7e6e9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ts_profile.hrl
Expand Up @@ -59,7 +59,7 @@
websocket_path = "/chat", % for websocket only
websocket_frame = "binary", % for websocket only
retry_timeout = 10, % retry sending in milliseconds
max_retries = 0, % maximum number of retries
max_retries = 3, % maximum number of retries
idle_timeout = 600000, % timeout for local ack
connect_timeout = infinity, % timeout for gen_tcp:connect/4 (infinity OR time in milliseconds)
global_ack_timeout = infinity, % timeout for global ack
Expand Down

0 comments on commit 7e6e9d0

Please sign in to comment.