Skip to content

Commit 69ff252

Browse files
authored
fix: update chunk limit for orama indexing (#778)
1 parent d0ed044 commit 69ff252

File tree

3 files changed

+591
-648
lines changed

3 files changed

+591
-648
lines changed

api/src/orama.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use tracing::instrument;
1414
use tracing::Instrument;
1515
use tracing::Span;
1616

17-
const MAX_ORAMA_INSERT_SIZE: f64 = 4f64 * 1024f64 * 1024f64;
17+
const MAX_ORAMA_INSERT_SIZE: f64 = 3f64 * 1024f64 * 1024f64;
1818

1919
#[derive(Clone)]
2020
pub struct OramaClient {

0 commit comments

Comments
 (0)