Skip to content

Commit

Permalink
fix: update leaderboard_scope to 7_days interval
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Oct 16, 2024
1 parent 03997c4 commit 2fa772f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ app:
leaderboard_enabled: true # whether to enable public leaderboards
ignore_user_leaderboard_preference: true # whether to ignore user leaderboard preferences
leaderboard_generation_time: 0 0 * * * *
leaderboard_scope: low_skies # leaderboard time interval (e.g. 14_days, 6_months, ...)
leaderboard_scope: 7_days # leaderboard time interval (e.g. 14_days, 6_months, ...)
# url template for user avatar images (to be used with services like gravatar or dicebear)
# available variable placeholders are: username, username_hash, email, email_hash
# defaults to wakapi's internal avatar rendering powered by https://codeberg.org/Codeberg/avatars
Expand Down

0 comments on commit 2fa772f

Please sign in to comment.