Skip to content

Commit

Permalink
Change to use Mojang by default for head getting
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Dec 21, 2024
1 parent d3d4bb8 commit 59eabf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ panel:
# Mojang API sometime may be slow and may limit requests to the player data, so this will allow to
# get player heads a bit faster then Mojang API.
# Added since 1.16.0.
use-cache-server: true
use-cache-server: false
# Defines how long player skin texture link is stored into local cache before it is requested again.
# Defined value is in the minutes.
# Value 0 will not clear cache until server restart.
Expand Down

0 comments on commit 59eabf3

Please sign in to comment.