Closed kamronbatman closed 2 months ago
4 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Private field can be converted into local variable |
🔶 Warning | 1 |
Namespace does not correspond to file location |
◽️ Notice | 3 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report
Summary
GenericEntityPersistence
is now a type ofGenericPersistence
. This allows developers to serialize both entities and non-entities in the same system. 🎉SerializationThreadWorker
now allocates 1MB of heap for serialization permanently. If more memory is needed, that thread will double it's memory, not to exceed increments of 64MB.BinaryFileReader
has been added back. 🎉world.useMultithreadedSaves
to allow disabling threaded saves.