Skip to content

Commit

Permalink
default keepalive to 60 seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlb committed Dec 26, 2014
1 parent 1888304 commit 162d0a3
Show file tree
Hide file tree
Showing 22 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion core/pubnub-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var NOW = 1
, DEF_WINDOWING = 10 // MILLISECONDS.
, DEF_TIMEOUT = 10000 // MILLISECONDS.
, DEF_SUB_TIMEOUT = 310 // SECONDS.
, DEF_KEEPALIVE = 3 // SECONDS (FOR TIMESYNC).
, DEF_KEEPALIVE = 60 // SECONDS (FOR TIMESYNC).
, SECOND = 1000 // A THOUSAND MILLISECONDS.
, URLBIT = '/'
, PARAMSBIT = '&'
Expand Down
2 changes: 1 addition & 1 deletion modern/pubnub.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var NOW = 1
, DEF_WINDOWING = 10 // MILLISECONDS.
, DEF_TIMEOUT = 10000 // MILLISECONDS.
, DEF_SUB_TIMEOUT = 310 // SECONDS.
, DEF_KEEPALIVE = 3 // SECONDS (FOR TIMESYNC).
, DEF_KEEPALIVE = 60 // SECONDS (FOR TIMESYNC).
, SECOND = 1000 // A THOUSAND MILLISECONDS.
, URLBIT = '/'
, PARAMSBIT = '&'
Expand Down
2 changes: 1 addition & 1 deletion modern/pubnub.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node.js/pubnub.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var NOW = 1
, DEF_WINDOWING = 10 // MILLISECONDS.
, DEF_TIMEOUT = 10000 // MILLISECONDS.
, DEF_SUB_TIMEOUT = 310 // SECONDS.
, DEF_KEEPALIVE = 3 // SECONDS (FOR TIMESYNC).
, DEF_KEEPALIVE = 60 // SECONDS (FOR TIMESYNC).
, SECOND = 1000 // A THOUSAND MILLISECONDS.
, URLBIT = '/'
, PARAMSBIT = '&'
Expand Down
2 changes: 1 addition & 1 deletion phonegap/pubnub.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var NOW = 1
, DEF_WINDOWING = 10 // MILLISECONDS.
, DEF_TIMEOUT = 10000 // MILLISECONDS.
, DEF_SUB_TIMEOUT = 310 // SECONDS.
, DEF_KEEPALIVE = 3 // SECONDS (FOR TIMESYNC).
, DEF_KEEPALIVE = 60 // SECONDS (FOR TIMESYNC).
, SECOND = 1000 // A THOUSAND MILLISECONDS.
, URLBIT = '/'
, PARAMSBIT = '&'
Expand Down
2 changes: 1 addition & 1 deletion phonegap/pubnub.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sencha/pubnub.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var NOW = 1
, DEF_WINDOWING = 10 // MILLISECONDS.
, DEF_TIMEOUT = 10000 // MILLISECONDS.
, DEF_SUB_TIMEOUT = 310 // SECONDS.
, DEF_KEEPALIVE = 3 // SECONDS (FOR TIMESYNC).
, DEF_KEEPALIVE = 60 // SECONDS (FOR TIMESYNC).
, SECOND = 1000 // A THOUSAND MILLISECONDS.
, URLBIT = '/'
, PARAMSBIT = '&'
Expand Down
2 changes: 1 addition & 1 deletion sencha/pubnub.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion smart-tv/pubnub.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ var NOW = 1
, DEF_WINDOWING = 10 // MILLISECONDS.
, DEF_TIMEOUT = 10000 // MILLISECONDS.
, DEF_SUB_TIMEOUT = 310 // SECONDS.
, DEF_KEEPALIVE = 3 // SECONDS (FOR TIMESYNC).
, DEF_KEEPALIVE = 60 // SECONDS (FOR TIMESYNC).
, SECOND = 1000 // A THOUSAND MILLISECONDS.
, URLBIT = '/'
, PARAMSBIT = '&'
Expand Down
4 changes: 2 additions & 2 deletions smart-tv/pubnub.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 162d0a3

Please sign in to comment.