We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006b679 commit 386b9ccCopy full SHA for 386b9cc
1 file changed
src-tauri/src/local/application/with_feature.rs
@@ -357,9 +357,9 @@ impl Task for GetApplicationsTask {
357
async fn exec(&mut self, state: &mut Option<Box<dyn SearchSourceState>>) {
358
let callback = self.callback.take().unwrap();
359
360
- // `size` is set to u32::MAX, it should be a reasonable value
+ // `size` is set to 100_000, it should be a reasonable value
361
let dsl = r#"{
362
- "size": 4294967295,
+ "size": 100000,
363
"query": {
364
"match_all": { }
365
}
0 commit comments