Browse Source

Change group amount

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel 5 years ago
parent
commit
817656b715
1 changed files with 1 additions and 1 deletions
  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;
         private boolean newFastEntryRendering = true;
         @Comment("Experimental: Declares whether REI should search async.") private boolean asyncSearch = 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)
         @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 {
     public static class Filtering {