bumped number of writers limit from 20 to 32
This commit is contained in:
@@ -30,7 +30,7 @@ const STORAGE_LIMITS = Object.freeze({
|
|||||||
rollCount: 64,
|
rollCount: 64,
|
||||||
statsToTarget: 64,
|
statsToTarget: 64,
|
||||||
tagCount: 64,
|
tagCount: 64,
|
||||||
writersCount: 20,
|
writersCount: 32,
|
||||||
libraryCollectionCount: 32,
|
libraryCollectionCount: 32,
|
||||||
pointBuyRowsCount: 32,
|
pointBuyRowsCount: 32,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user