Closed Sadzurami closed 7 months ago
Now we can change class shouldLoadBackpack property to false for preventing population of class backpack.
shouldLoadBackpack
false
For the sake of memory saving. Backpacks objects are huge and can consumes much ram.
Defaults to true, so, no breaking changes.
true
Now we can change class
shouldLoadBackpack
property tofalse
for preventing population of class backpack.For the sake of memory saving. Backpacks objects are huge and can consumes much ram.
Defaults to
true
, so, no breaking changes.