mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-07 18:52:30 +00:00
reduce page size
This commit is contained in:
parent
aee19baa46
commit
408d53ef29
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ Then try to restart Plume
|
|||
let writer = writer.as_mut().unwrap();
|
||||
writer.delete_all_documents().unwrap();
|
||||
|
||||
const PAGE_SIZE: i64 = 16384;
|
||||
const PAGE_SIZE: i64 = 8192;
|
||||
let mut cursor = -1;
|
||||
loop {
|
||||
let posts = posts::table
|
||||
|
|
Loading…
Reference in a new issue