server: explicitly flush after indexing
This commit is contained in:
@ -866,6 +866,7 @@ index_handler (Context& context, const Parameters& params)
|
|||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
mu_index_destroy(index);
|
mu_index_destroy(index);
|
||||||
|
mu_store_flush(context.store);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user