From e7078c9542b4c677abe903733c08e42ff3f7718b Mon Sep 17 00:00:00 2001 From: William Date: Thu, 21 Dec 2023 19:04:22 +0000 Subject: [PATCH] docs: Document updated default sync mode --- docs/Sync-Modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sync-Modes.md b/docs/Sync-Modes.md index 4cfd9ea7..43bf95ca 100644 --- a/docs/Sync-Modes.md +++ b/docs/Sync-Modes.md @@ -3,7 +3,7 @@ HuskSync offers two built-in **synchronization modes** that utilise Redis and My ![Overall architecture of the synchronisation systems](https://raw.githubusercontent.com/WiIIiam278/HuskSync/master/images/system-diagram.png) ## Available Modes -* The `LOCKSTEP` sync mode is the default sync mode. It uses a data checkout system to ensure that all servers are in sync regardless of network latency or tick rate fluctuations. This mode was introduced in HuskSync v3.1 +* The `LOCKSTEP` sync mode is the default sync mode. It uses a data checkout system to ensure that all servers are in sync regardless of network latency or tick rate fluctuations. This mode was introduced in HuskSync v3.1, and was made the default in v3.2. * The `DELAY` sync mode uses the `network_latency_miliseconds` value to apply a delay before listening to Redis data You can change which sync mode you are using by editing the `sync_mode` setting under `synchronization` in `config.yml`.