Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
increased the back log size
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Mar 13, 2011
1 parent d80afd0 commit 3d675cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -5,7 +5,7 @@ var http = require('http'),
io = require('socket.io'),
fs = require('fs');

var backlog_size = 2000;
var backlog_size = 5000;
var log_dir = "/var/log/";
var logs = [];
// look up the dir for logs
Expand Down

0 comments on commit 3d675cb

Please sign in to comment.