Added libraryCollections on server

This commit is contained in:
Stefan Zermatten
2022-07-13 23:16:25 +02:00
parent 59ef7527b7
commit ee89a052bc
3 changed files with 169 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ const STORAGE_LIMITS = Object.freeze({
statsToTarget: 64,
tagCount: 64,
writersCount: 20,
libraryCollectionCount: 32,
});
export default STORAGE_LIMITS;