mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-16 19:30:43 +00:00
Remove experimental todo
This commit is contained in:
@ -71,9 +71,6 @@ async fn export(
|
|||||||
opt: web::Data<Opt>,
|
opt: web::Data<Opt>,
|
||||||
analytics: Data<Analytics>,
|
analytics: Data<Analytics>,
|
||||||
) -> Result<HttpResponse, ResponseError> {
|
) -> Result<HttpResponse, ResponseError> {
|
||||||
// TODO make it experimental?
|
|
||||||
// index_scheduler.features().check_network("Using the /network route")?;
|
|
||||||
|
|
||||||
let export = export.into_inner();
|
let export = export.into_inner();
|
||||||
debug!(returns = ?export, "Trigger export");
|
debug!(returns = ?export, "Trigger export");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user