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;