6 lines
183 B
TypeScript
6 lines
183 B
TypeScript
|
// 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;
|