commit ca58b831b611fa7941e37052da33c394efa1dd60 parent 0a6a44104131e2ec29286e51a800d05471e1a150 Author: William Casarin <jb55@jb55.com> Date: Mon, 29 Apr 2024 11:01:28 -0700 queries: set reasonable initial query sizes Signed-off-by: William Casarin <jb55@jb55.com> Diffstat:
M | queries/global.json | | | 2 | +- |
M | queries/notifications.json | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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 @@ -1 +1 @@ -[{"limit": 1000, "kinds":[1], "#p": ["32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245"]}] +[{"limit": 100, "kinds":[1], "#p": ["32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245"]}]