mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
remove useless server things
This commit is contained in:
parent
e57979276e
commit
8a3bd2349e
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue