1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-25 04:51:29 +02:00

use proper cycle for remove test

This commit is contained in:
Thomas Wilkerling
2025-03-01 13:33:13 +01:00
parent c37b53ff5b
commit f0e7900200

View File

@@ -98,8 +98,8 @@ queue.push({
},
end: null,
complete: null,
cycle: text_data.length,
count: term_length / text_data.length
cycle: 1,
count: term_length
});
queue.push({