From 1337e607bdc61690844cb1b6d7a3e7f0d9289d93 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Fri, 5 Feb 2021 15:58:48 +0000 Subject: Update IridiumSkyBlock task type to new API - Closes #139 - Made queue runnable interval configurable --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') 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 -- cgit v1.2.3-70-g09d2