Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
set on_disk_payload to true (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggordonhall authored Jan 4, 2024
1 parent e0d7142 commit e6325f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/bleep/src/semantic/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pub(super) async fn create_collection(
..Default::default()
})),
}),
on_disk_payload: Some(true),
..Default::default()
})
.await
Expand Down

0 comments on commit e6325f8

Please sign in to comment.