Skip to content

Commit bb884e3

Browse files
committed
Fix StellarCore cfg
1 parent c543b19 commit bb884e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

overrides/config/stellar_core.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ general {
330330
# (Client Performance) Modify the data structure of ModelBlock's textures map to improve performance and reduce memory usage.
331331
# This feature requires CensoredASM mod.
332332
# Known to be incompatible with DynamicTrees.
333-
B:ModelBlockStringCanonicalization=false
333+
B:ModelBlockStringCanonicalization=true
334334

335335
# (Client/Server Performance) Cache constants -32768 - 32767 of NBTTagByte, NBTTagInt, NBTTagLong, NBTTagFloat, NBTTagDouble using constant pool.
336336
# Like IntegerCache in the JVM, improves memory usage and reduces object creation overhead.
@@ -512,7 +512,7 @@ general {
512512
ctm {
513513
# (Client Performance | Experimental) A feature that loads CTM's Metadata data faster (~60%) using parallelStream,
514514
# usually with few conflict issues. If enabling this feature causes a problem, please report it immediately.
515-
B:TextureMetadataHandlerImprovements=false
515+
B:TextureMetadataHandlerImprovements=true
516516
}
517517

518518
cucumber {
@@ -734,7 +734,7 @@ general {
734734

735735
# An extra feature that stops the model loader from printing errors, neat log, no?
736736
# May have implications for Debug, cannot prevent errors in the output of custom loaders. only available if ParallelModelLoader is enabled.
737-
B:ShutUpModelLoader=true
737+
B:ShutUpModelLoader=false
738738
}
739739

740740
fontscale {

0 commit comments

Comments
 (0)