From c24871c34da7ae88f77d948f704db62a87979a1a Mon Sep 17 00:00:00 2001 From: BenCodez Date: Sun, 3 Nov 2024 13:58:25 -0600 Subject: [PATCH] Add new skull caching delay option --- VotingPlugin/Resources/Config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/VotingPlugin/Resources/Config.yml b/VotingPlugin/Resources/Config.yml index 8c70ecde0..fd49b14ca 100644 --- a/VotingPlugin/Resources/Config.yml +++ b/VotingPlugin/Resources/Config.yml @@ -600,6 +600,11 @@ DefaultRewardBlackListedWorlds: [] # If false, skulls will be cached as they are used PreloadSkulls: true +# Number of miliseconds between skull caching +# Default about 2 seconds is good +# Used to avoid rate limit +SkullLoadDelay: 2000 + ########################################### # Extra checks on vote ###########################################