From f5f186242c6a9266d1997cd1730a9416a9bd6996 Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Sun, 24 Apr 2022 12:24:26 +0530 Subject: [PATCH] chore: revert prekey count to match WA Web --- src/Defaults/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Defaults/index.ts b/src/Defaults/index.ts index 6890743..1f0926a 100644 --- a/src/Defaults/index.ts +++ b/src/Defaults/index.ts @@ -68,4 +68,4 @@ export const MEDIA_KEYS = Object.keys(MEDIA_PATH_MAP) as MediaType[] export const MIN_PREKEY_COUNT = 5 -export const INITIAL_PREKEY_COUNT = 50 \ No newline at end of file +export const INITIAL_PREKEY_COUNT = 30 \ No newline at end of file