diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2020-04-14 23:18:53 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2020-04-14 23:19:50 +0100 |
| commit | 7c8fa3cb45077fc4b45aaf2cf0fe40f77feaa6c7 (patch) | |
| tree | 4dec1b8060814afc5c66eaddde0f9edc2d9a879d /src/main/resources | |
| parent | 380104a79df89ba9b11689199edc08d5f5a698f1 (diff) | |
Made timings of certain runnables configurable
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0193f33d..ca22230d 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -143,6 +143,9 @@ options: gui-hide-categories-nopermission: false # Make it so players do not have to start quest themselves quest-autostart: 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-autosave-interval: 12000 # how frequently online players data will be autosaved (def=12000 - 10 minutes) # This switches up the entire quest system. # By enabling daily-quests, players will no longer be presented with the standard Quest GUI. |
