diff --git a/app/imports/constants/STORAGE_LIMITS.js b/app/imports/constants/STORAGE_LIMITS.js index cbc647e6..f9fd1f6c 100644 --- a/app/imports/constants/STORAGE_LIMITS.js +++ b/app/imports/constants/STORAGE_LIMITS.js @@ -30,7 +30,7 @@ const STORAGE_LIMITS = Object.freeze({ rollCount: 64, statsToTarget: 64, tagCount: 64, - writersCount: 20, + writersCount: 32, libraryCollectionCount: 32, pointBuyRowsCount: 32, });