Skip to content

Commit

Permalink
doc: keepalive_max=0 makes keepalive unlimited.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed Apr 16, 2015
1 parent f0fca96 commit 78192a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ See [SPEC.md](SPEC.md) about details for APIs.
|timeout |int |timeout for push notication to APNS |5(sec) |zero makes connection keepalive|
|retry_max |int |maximum retry count for push notication to APNS|0 | |
|timeout_error|int |timeout for waiting error message from APNS |1000(msec)| |
|keepalive_max|int |try-counts for each keepalive connection |100 | |
|keepalive_max|int |try-counts for each keepalive connection |100 |zero makes unlimied|

## Android Section

Expand Down

0 comments on commit 78192a5

Please sign in to comment.