Commit c9b307c
committed
Run Search on separate task
Search request are CPU intensive and will block the async runtime
especially if run with parsing in the same time (For example in
big DLT files) causing the app to lag.
Also I've added block_in_place in places where we expecting the code to
block due to intense CPU processes.1 parent e76d9ea commit c9b307c
File tree
5 files changed
+776
-482
lines changed- application/apps/indexer
- processor/src/search/searchers
- session
- src/state
- searchers
- tests/snapshot_tests
5 files changed
+776
-482
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments