From 7edb3598eaf7a98c88ccef006278d47a413520f1 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 26 Jan 2024 23:03:10 +0800 Subject: [PATCH] chore: update default request limit --- web/src/helpers/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/helpers/consts.ts b/web/src/helpers/consts.ts index ebd127ec..4a7d35c3 100644 --- a/web/src/helpers/consts.ts +++ b/web/src/helpers/consts.ts @@ -11,4 +11,4 @@ export const DAILY_TIMESTAMP = 3600 * 24 * 1000; export const TAB_SPACE_WIDTH = 2; // default fetch memo amount -export const DEFAULT_MEMO_LIMIT = 20; +export const DEFAULT_MEMO_LIMIT = 10;