remove useless server things

This commit is contained in:
Ophir LOJKINE 2013-12-09 01:14:01 +01:00
parent e57979276e
commit 8a3bd2349e

View file

@ -12,9 +12,7 @@ var boards = {
var boardName = "anonymous";
function startIO(app) {
io = iolib.listen(app, {
'flash policy port' : -1 //Makes flashsocket work even if the server doesn't accept connection on any port
});
io = iolib.listen(app);
//Default configuration
//io.enable('browser client minification'); // send minified client
io.enable('browser client etag'); // apply etag caching logic based on version number