Decreased query interval to 5 seconds

This commit is contained in:
Björn Dahlgren 2015-01-03 03:51:21 +01:00
parent 33ff48d13e
commit 640e28112e

View File

@ -8,7 +8,7 @@ var ArmaServer = require('arma-server');
var config = require('./config'); var config = require('./config');
var filePath = "servers.json"; var filePath = "servers.json";
var queryInterval = 10000; var queryInterval = 5000;
var Server = function (options) { var Server = function (options) {
this.update(options); this.update(options);