Closed tomillie closed 2 months ago
The players-raised-list storage item can easily exceed the storage allowed per one item (~8KB).
Either:
Change the format of the storage value to something like:
[managerId: 123, raisedPlayerIds: [123, 321, 555, 888, ...]]
This alone can save up to 50% of storage, but can still be not enough..
Change how the information is stored.
The players-raised-list storage item can easily exceed the storage allowed per one item (~8KB).
Either:
Change the format of the storage value to something like:
This alone can save up to 50% of storage, but can still be not enough..
Change how the information is stored.