mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Decreased query interval to 5 seconds
This commit is contained in:
parent
33ff48d13e
commit
640e28112e
@ -8,7 +8,7 @@ var ArmaServer = require('arma-server');
|
||||
|
||||
var config = require('./config');
|
||||
var filePath = "servers.json";
|
||||
var queryInterval = 10000;
|
||||
var queryInterval = 5000;
|
||||
|
||||
var Server = function (options) {
|
||||
this.update(options);
|
||||
|
Loading…
Reference in New Issue
Block a user