Skip to content

Commit

Permalink
Increase default skull cache timing
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Dec 20, 2024
1 parent 4455cc9 commit 69d9c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VotingPlugin/Resources/Config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -621,10 +621,10 @@ UseMonthDateTotalsAsPrimaryTotal: false
PreloadSkulls: true

# Number of miliseconds between skull caching
# Default about 3 seconds is good for most servers
# Default about 4 seconds is good for most servers
# Used to avoid rate limit, increase if needed
# If rate limit is hit caching will pause for 15 minutes
SkullLoadDelay: 3000
SkullLoadDelay: 4000

# Set a skull profile URL
# This is what gets used to cache skulls
Expand Down

0 comments on commit 69d9c09

Please sign in to comment.