tomillie / HockeyArenaRevampedPublic

Public issue tracking & roadmap for the HockeyArena Revamped web extension.
1 stars 0 forks source link

Avoid QUOTA_BYTES_PER_ITEM error for players-raised-list storage item #89

Closed tomillie closed 1 month ago

tomillie commented 3 months ago

The players-raised-list storage item can easily exceed the storage allowed per one item (~8KB).

Either:

  1. 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..

  2. Change how the information is stored.