forked from Deuxfleurs/garage
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::schema::*;
|
||||||
use crate::table::*;
|
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>>)
|
pub(crate) struct InsertQueueWorker<F, R>(pub(crate) Arc<Table<F, R>>)
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in a new issue