Difference between revisions of "Server Config"

From Interstellar Rift Wiki
Jump to: navigation, search
(Replaced content with "The server config file contains most server configuration settings. {{ServerConfig}}")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
+
The server config file contains most server configuration settings.
!Setting
+
!Description
+
!Default
+
|-
+
|GhostClientStartCountThreshold
+
|rowspan="3"|How many times a ghost client can be started in '''GhostClientStartCountResetDurationInSeconds''' before being prevented from starting for '''GhostClientPreventStartDurationInSeconds'''
+
|10
+
|-
+
|GhostClientStartCountResetDurationInSeconds
+
|120
+
|-
+
|GhostClientPreventStartDurationInSeconds
+
|300
+
|-
+
|GhostClientStartCountThresholdEnabled
+
|Whether to enable the ghost client start count threshold.
+
|true
+
|-
+
|GhostClientHeartbeatIntervalInSeconds
+
|The interval in which heartbeats are sent to ghost clients.
+
|5
+
|-
+
|GhostClientHeartbeatTimeoutInSeconds
+
|After how long a ghost client should be killed when it doesn't respond to heartbeats.
+
|60
+
|-
+
|GhostClientHeartbeatEnabled
+
|Whether to enable ghost client heartbeats
+
|true
+
|-
+
|MaxTimeToCacheSystemSaveDataInTicks
+
|How long to cache save data received from ghost clients, a high number may result in server hiccups when a player logs in or rifts to another system.
+
|100
+
  
|}
+
{{ServerConfig}}

Latest revision as of 09:08, 19 August 2019

The server config file contains most server configuration settings.

Ghost Clients

Setting Description Required rebuild Default
GhostClientStartCountThreshold How many times a ghost client can be started in GhostClientStartCountResetDurationInSeconds before being prevented from starting for GhostClientPreventStartDurationInSeconds No 10
GhostClientStartCountResetDurationInSeconds No 120
GhostClientPreventStartDurationInSeconds No 300
GhostClientStartCountThresholdEnabled Whether to enable the ghost client start count threshold No True
GhostClientHeartbeatIntervalInSeconds The interval in which heartbeats are sent to ghost clients No 5
GhostClientHeartbeatTimeoutInSeconds After how long a ghost client should be killed when it doesn't respond to heartbeats No 60
GhostClientHeartbeatEnabled Whether to enable ghost client heartbeats No True
MaxTimeToCacheSystemSaveDataInTicks How long to cache save data received from ghost clients, a high number may result in server hiccups when a player logs in or rifts to another system No 100

Hosting

Setting Description Required rebuild Default
ServerName The name that will advertise the server in the server list No IsR Server