diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-03-03 10:57:20 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-03-03 10:57:20 +0000 |
| commit | 882912269bf254b00880fdd0bdfefb9e43a754bc (patch) | |
| tree | 66438e9a5fc0ce69ce7de148e1393346fe6e4bc1 /src/main/resources | |
| parent | 4a518069613a08b894abbb2707cc205749e95716 (diff) | |
Add option for asynchronous read/write on join/leave
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index ce523a3b..b195d416 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -177,6 +177,8 @@ options: 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 + quests-join-async: false # experimental - load asynchronously on join + quests-leave-async: false # experimental - save asynchronously on leave tab-completion: enabled: true error-checking: |
