1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-31 17:42:13 +02:00

Merge branch 'master' into master

This commit is contained in:
flycran
2025-05-06 17:34:01 +08:00
committed by GitHub
9 changed files with 306 additions and 38 deletions

View File

@@ -57,7 +57,7 @@ if(!build_light) describe("Add (Async)", function(){
if(duration) break;
}
expect(duration).to.closeTo(0, 3);
expect(duration).to.closeTo(0, 4);
for(let i = 0; i < 999999999; i++){
await index.addAsync(i, "foo");