diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-21 11:14:06 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-21 11:14:06 +0100 |
| commit | 962b7023531a552a3114602f831ad38df2d6161c (patch) | |
| tree | bf54f6eab566f87c2526761e796b4dee70377bab /bukkit/src/main/resources | |
| parent | d23e78db7f45cf9002b4deb6f038875a8832cee3 (diff) | |
Add delay loading option
Diffstat (limited to 'bukkit/src/main/resources')
| -rw-r--r-- | bukkit/src/main/resources/resources/bukkit/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bukkit/src/main/resources/resources/bukkit/config.yml b/bukkit/src/main/resources/resources/bukkit/config.yml index f7084505..a7c7dd45 100644 --- a/bukkit/src/main/resources/resources/bukkit/config.yml +++ b/bukkit/src/main/resources/resources/bukkit/config.yml @@ -239,6 +239,10 @@ options: # Either 'yaml' (flatfile) or 'mysql' (network) # Please read the following before using MySQL https://github.com/LMBishop/Quests/wiki/Storage-Providers#network provider: "yaml" + # See: https://github.com/LMBishop/Quests/wiki/Storage-Providers#Data-synchronisiation + # https://github.com/LMBishop/Quests/issues/180 + synchronisation: + delay-loading: 0 # (ticks) # The following is only applicable for database storage providers (e.g. mysql) database-settings: network: |
