diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-02-16 20:14:29 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-02-16 20:14:29 +0000 |
| commit | ebd6f8700ec7cc5204153d5e3bd5e5aaa4e29059 (patch) | |
| tree | 2fecf3074e133af86da7ed7a7755c231e049154f /src/main/resources | |
| parent | c3bf441402baeae30a0e63a5e2f7910bb10f6835 (diff) | |
Change save behaviour
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 9145c44b..4dffe279 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -170,6 +170,7 @@ options: performance-tweaking: # The following are measured in server ticks, multiply SECONDS by 20 to get the number of ticks. quest-queue-executor-interval: 1 # how frequently Quests should execute the next check in the completion queue (def=1 - 0.05s) - increase this value if you are struggling with performance quest-autosave-interval: 12000 # how frequently online players data will be autosaved (def=12000 - 10 minutes) + quests-autosave-async: false # experimental - save asynchronously on autosave tab-completion: enabled: true error-checking: |
