瀏覽代碼

Change group amount

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel 5 年之前
父節點
當前提交
817656b715
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java

+ 1 - 1
src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java

@@ -394,7 +394,7 @@ public class ConfigObjectImpl implements ConfigObject, ConfigData {
         private boolean newFastEntryRendering = true;
         @Comment("Experimental: Declares whether REI should search async.") private boolean asyncSearch = true;
         @Comment("Experimental: Declares how many entries should be grouped one async search.") @ConfigEntry.BoundedDiscrete(min = 25, max = 400)
-        private int numberAsyncSearch = 75;
+        private int numberAsyncSearch = 50;
     }
     
     public static class Filtering {