Remove store flush caching as it is not necessary anymore
This commit is contained in:
parent
3a768b42de
commit
430186799b
1 changed files with 0 additions and 8 deletions
|
@ -91,14 +91,6 @@ fn main() {
|
|||
.entries()
|
||||
.map_err_trace_exit_unwrap(1)
|
||||
.trace_unwrap_exit(1)
|
||||
.enumerate()
|
||||
.map(|(i, e)| {
|
||||
if i % 100 == 0 {
|
||||
let _ = rt.store().flush_cache();
|
||||
}
|
||||
|
||||
e
|
||||
})
|
||||
.filter(|id| collection_filter.filter(id))
|
||||
.filter(|id| match query_filter.as_ref() {
|
||||
None => true,
|
||||
|
|
Loading…
Reference in a new issue