Batch storage item read requests
This commit is contained in:
parent
2f5e4f1b98
commit
610ebdd1e3
8 changed files with 144 additions and 29 deletions
5
ts/services/storageConstants.ts
Normal file
5
ts/services/storageConstants.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
// Copyright 2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
// Server limit is 5120, but we set this to a safer lower amount
|
||||
export const MAX_READ_KEYS = 2500;
|
Loading…
Add table
Add a link
Reference in a new issue