mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-15 12:30:38 +00:00
@@ -59,7 +59,7 @@ pub(crate) struct RegionEditQueue {
|
||||
}
|
||||
|
||||
impl RegionEditQueue {
|
||||
const QUEUE_MAX_LEN: usize = 128;
|
||||
const QUEUE_MAX_LEN: usize = 1024;
|
||||
|
||||
fn new(region_id: RegionId) -> Self {
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user