Skip to content

Commit

Permalink
wait longer before reconnecting the socket
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 21, 2012
1 parent 756245e commit 3ebff07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/templating/AssetHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import play.api.templates.Html

trait AssetHelper {

val assetVersion = 7
val assetVersion = 8

def cssTag(name: String) = css("stylesheets/" + name)

Expand Down
4 changes: 2 additions & 2 deletions public/javascripts/big.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ var strongSocket = function(url, version, settings) {
options: {
name: "unnamed",
debug: false,
offlineDelay: 5000, // time before showing offlineTag
offlineDelay: 8000, // time before showing offlineTag
offlineTag: false, // jQuery object showing connection error
pingMaxLag: 5000, // time to wait for pong before reseting the connection
pingMaxLag: 8000, // time to wait for pong before reseting the connection
pingDelay: 1500, // time between pong and ping
lagTag: false, // jQuery object showing ping lag
ignoreUnknownMessages: false
Expand Down

0 comments on commit 3ebff07

Please sign in to comment.