reduce page size

This commit is contained in:
trinity-1686a 2025-01-25 10:34:29 +01:00
parent aee19baa46
commit 408d53ef29

View file

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