mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2024-11-14 12:11:17 +00:00
table queue: increase batch size
This commit is contained in:
parent
1b8c265c14
commit
fd00a47ddc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use crate::replication::*;
|
|||
use crate::schema::*;
|
||||
use crate::table::*;
|
||||
|
||||
const BATCH_SIZE: usize = 100;
|
||||
const BATCH_SIZE: usize = 1024;
|
||||
|
||||
pub(crate) struct InsertQueueWorker<F, R>(pub(crate) Arc<Table<F, R>>)
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue