mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-02 16:10:58 -05:00
remove invalid validation (#1840)
This commit is contained in:
@@ -5351,7 +5351,7 @@
|
||||
"description": "Maximum available threads for optimization workers",
|
||||
"type": "integer",
|
||||
"format": "uint",
|
||||
"minimum": 1,
|
||||
"minimum": 0,
|
||||
"nullable": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -124,7 +124,6 @@ pub struct OptimizersConfigDiff {
|
||||
/// Minimum interval between forced flushes.
|
||||
pub flush_interval_sec: Option<u64>,
|
||||
/// Maximum available threads for optimization workers
|
||||
#[validate(range(min = 1))]
|
||||
pub max_optimization_threads: Option<usize>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user