mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-18 01:46:11 +00:00
Update settings name in queue.target_size warning
This commit is contained in:
parent
924805af8f
commit
97ee71bbd0
@ -356,8 +356,8 @@ public class Fawe {
|
||||
);
|
||||
if (Settings.settings().QUEUE.TARGET_SIZE < 4 * Settings.settings().QUEUE.PARALLEL_THREADS) {
|
||||
LOGGER.error(
|
||||
"queue.target_size is {}, and queue.parallel_threads is {}. It is HIGHLY recommended that queue" +
|
||||
".target_size be at least four times queue.parallel_threads or greater.",
|
||||
"queue.target-size is {}, and queue.parallel_threads is {}. It is HIGHLY recommended that queue" +
|
||||
".target-size be at least four times queue.parallel-threads or greater.",
|
||||
Settings.settings().QUEUE.TARGET_SIZE,
|
||||
Settings.settings().QUEUE.PARALLEL_THREADS
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user