Skip to content

Commit

Permalink
Change default socket.io transports to use websocket over polling
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Mar 17, 2016
1 parent 0b3696a commit c46f721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/config.js
Expand Up @@ -209,9 +209,9 @@ module.exports = {
// Set socket.io transports
//
// @type array
// @default ["polling', "websocket"]
// @default ["websocket", "polling"]
//
transports: ["polling", "websocket"],
transports: ["websocket", "polling"],

//
// Run The Lounge with HTTPS support.
Expand Down

0 comments on commit c46f721

Please sign in to comment.