bumped number of writers limit from 20 to 32

This commit is contained in:
Stefan Zermatten
2022-11-28 16:54:21 +02:00
parent 684d672028
commit bf8eb52a96

View File

@@ -30,7 +30,7 @@ const STORAGE_LIMITS = Object.freeze({
rollCount: 64,
statsToTarget: 64,
tagCount: 64,
writersCount: 20,
writersCount: 32,
libraryCollectionCount: 32,
pointBuyRowsCount: 32,
});