diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-02-05 15:58:48 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-02-05 15:58:48 +0000 |
| commit | 1337e607bdc61690844cb1b6d7a3e7f0d9289d93 (patch) | |
| tree | c954383af3660b93f4677ff7fa66bf07344d5f26 /src/main/resources | |
| parent | 9d155f39132b4a5d6211e936494240fcdb4459f7 (diff) | |
Update IridiumSkyBlock task type to new API
- Closes #139
- Made queue runnable interval configurable
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 7e6e77d1..b533b5fe 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -164,7 +164,7 @@ options: # The above, but overwriting the file on disk with the cleaned version, so it does not soft clean on every join. push-soft-clean-to-disk: false performance-tweaking: # The following are measured in server ticks, multiply SECONDS by 20 to get the number of ticks. - quest-completer-poll-interval: 100 # how frequently Quests should check if quests have been completed (def=100 - 5 seconds) - increase this value if you are struggling with performance + 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) tab-completion: enabled: true |
