Skip to content

Commit

Permalink
Update config.json.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adib-yg committed Feb 1, 2024
1 parent 2cb05b7 commit 296ced2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server/config.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ omp-server --default-config
| network.allow_037_clients | bool | true ||| Toggles if players with 0.3.7 client allowed to join the server. |
| network.bind | string | ||| The IP address the server should use. The server will be forced to use this IP address instead of automatically choosing a free IP address. This IP address must match one assigned to a network card on the server. This is useful for running multiple servers on the same port on the same box. |
| network.cookie_reseed_time | int | 300000 ||| The time in milliseconds the connection cookie seed value updates. |
| network.grace_period | int | 5000 ||| Grace period is the time after a respawn in which a player cannot be hit or killed – they are 'safe' for a short time so that they will not die repeatedly, which would lead to loss of enjoyment and excessive lag.<br />By default: 5 Seconds |
| network.grace_period | int | 5000 ||| This is a grace period to allow unlimited connections from the same IP after starting the server, mainly used for NPCs.<br />By default: 5 Seconds |
| network.http_threads | int | 50 ||| |
| network.in_vehicle_sync_rate\* | int | 30 ||| The time in milliseconds a client should update the server with new data while in a vehicle. |
| network.limits_ban_time | int | 60000 ||| Sets the raknet ban time for bad connect packets in milliseconds. (When acks/message limit is reached.) |
Expand Down

0 comments on commit 296ced2

Please sign in to comment.