mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-25 03:55:30 +01:00
Disable object pooling in PhTree
This commit is contained in:
parent
b00e99fedb
commit
2caa1b360a
@ -327,6 +327,7 @@ public class Citizens extends JavaPlugin implements CitizensPlugin {
|
||||
lib.loadLibrary(Library.builder().groupId("org{}joml").artifactId("joml").version("1.10.5").build());
|
||||
}
|
||||
PhTreeHelper.enablePooling(false);
|
||||
PhTreeHelper.MAX_OBJECT_POOL_SIZE = 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user