Skip to content

Commit

Permalink
disable web sockets for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fjakobs committed Mar 29, 2012
1 parent fd92fdf commit 3fd43c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/core/ide.js
Expand Up @@ -109,7 +109,7 @@ define(function(require, exports, module) {
// fire up the socket connection:
var options = {
"remember transport": false,
transports: ["websocket", "htmlfile", "xhr-multipart", "xhr-polling"],
transports: [/*"websocket", */"htmlfile", "xhr-multipart", "xhr-polling"],
reconnect: false,
resource: window.cloud9config.socketIoUrl,
"connect timeout": 500,
Expand Down

0 comments on commit 3fd43c3

Please sign in to comment.