Don't starve the main thread adding too many search excerpts at once

This commit is contained in:
Antonio Scandurra 2023-01-18 14:22:23 +01:00
parent 8ca0f9ac99
commit a8f466b422
3 changed files with 35 additions and 12 deletions

View file

@ -23,6 +23,7 @@ log = { version = "0.4.16", features = ["kv_unstable_serde"] }
postage = { version = "0.4.1", features = ["futures-traits"] }
serde = { version = "1.0", features = ["derive", "rc"] }
smallvec = { version = "1.6", features = ["union"] }
smol = "1.2"
[dev-dependencies]
editor = { path = "../editor", features = ["test-support"] }