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
1 changed files with 1 additions and 0 deletions

View File

@ -866,6 +866,7 @@ index_handler (Context& context, const Parameters& params)
throw;
}
mu_index_destroy(index);
mu_store_flush(context.store);
}
static void