chore: update default request limit

This commit is contained in:
Steven 2024-01-26 23:03:10 +08:00
parent bc2d2d0cde
commit 7edb3598ea

View file

@ -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;