From 343bafe4f6e68843aa6b668e80adc340fa4a624c Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 8 Jan 2021 17:16:10 +0000 Subject: [PATCH] Enabled collate by default --- eco-core/core-plugin/src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index 79a9c4f3..12a6297c 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -102,10 +102,10 @@ rarity: drops: ### ADVANCED OPTIONS - collate: false + collate: true # Instead of directly dropping all drops and xp, some intensive enchantments (eg Telekinesis and Infernal Touch) will push to a collated queue. # At the end of each tick, the queue will be pushed rather than pushing on every drop creation - # This will massively improve mining performance on servers, however it is experimental and may not function correctly. + # This will massively improve mining performance on servers. force-dropqueue: true # When combined with collate, this massively reduces calls to getItemMeta, which can hurt performance when many enchants are on an item. # Without collate, the number of calls may be increased - which will further hurt performance