Skip to content

Commit 893bae0

Browse files
authored
Change baltop entry limit wording (#6306)
Ensures consistency with the rest of the config
1 parent ca7f3b5 commit 893bae0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Essentials/src/main/resources/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -893,9 +893,9 @@ baltop-requirements:
893893
minimum-balance: 0
894894
minimum-playtime: 0
895895

896-
# Allows to limit cached balance top (/baltop) entries. This is especially recommended if
897-
# you have a large number of players, then only a certain number of entries will be stored
898-
# in the server's memory. Set to -1 to disable the limit
896+
# Limit the number of cached balance top entries.
897+
# Recommended for servers with a large number of players, as it reduces memory usage.
898+
# Set to -1 to disable the limit.
899899
baltop-entry-limit: -1
900900

901901
# The format of currency, excluding symbols. For symbol configuration, see 'currency-symbol-format-locale' below.

0 commit comments

Comments
 (0)