Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@Akkadius Akkadius released this 01 Jan 13:13
  • Add launcher support for running statics
  • Simply define a comma separated static list in your launcher config launcher.staticZones

Example

    "launcher": {
      "runSharedMemory": true,
      "runLoginserver": false,
      "runQueryServ": false,
      "isRunning": true,
      "minZoneProcesses": 3,
      "staticZones": "load2,cshome"
    },

Will keep 3 dynamics alive along with 2 statics

image