server: explicitly flush after indexing

This commit is contained in:
Dirk-Jan C. Binnema
2020-02-15 18:26:45 +02:00
parent 10fa0727ef
commit 62cc675a51

View File

@ -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