mirror of
https://github.com/usememos/memos.git
synced 2024-12-26 23:22:47 +08:00
chore: update default request limit
This commit is contained in:
parent
bc2d2d0cde
commit
7edb3598ea
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue