From ca58b831b611fa7941e37052da33c394efa1dd60 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 29 Apr 2024 11:01:28 -0700 Subject: [PATCH] queries: set reasonable initial query sizes Signed-off-by: William Casarin --- queries/global.json | 2 +- queries/notifications.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/queries/global.json b/queries/global.json index c54860c3..a1311cba 100644 --- a/queries/global.json +++ b/queries/global.json @@ -1 +1 @@ -[{"limit": 10, "kinds":[1]}] +[{"limit": 100, "kinds":[1]}] diff --git a/queries/notifications.json b/queries/notifications.json index 35bc9e5c..650236db 100644 --- a/queries/notifications.json +++ b/queries/notifications.json @@ -1 +1 @@ -[{"limit": 1000, "kinds":[1], "#p": ["32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245"]}] +[{"limit": 100, "kinds":[1], "#p": ["32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245"]}]