h1z1-server 0.20.3-3 → 0.20.3-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "h1z1-server",
3
- "version": "0.20.3-3",
3
+ "version": "0.20.3-4",
4
4
  "description": "Library for emulating h1z1 servers",
5
5
  "author": "Quentin Gruber <quentingruber@gmail.com> (http://github.com/quentingruber)",
6
6
  "license": "GPL-3.0-only",
@@ -900,7 +900,7 @@ export class LoginServer extends EventEmitter {
900
900
  .collection("zone-whitelist")
901
901
  .find({})
902
902
  .toArray();
903
- }, 1800000);
903
+ }, 60000);
904
904
  }
905
905
 
906
906
  if (this._soloMode) {