chore: update default request limit

pull/2843/head
Steven 1 year ago
parent bc2d2d0cde
commit 7edb3598ea

@ -11,4 +11,4 @@ export const DAILY_TIMESTAMP = 3600 * 24 * 1000;
export const TAB_SPACE_WIDTH = 2; export const TAB_SPACE_WIDTH = 2;
// default fetch memo amount // default fetch memo amount
export const DEFAULT_MEMO_LIMIT = 20; export const DEFAULT_MEMO_LIMIT = 10;

Loading…
Cancel
Save