mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Remove experimental todo
This commit is contained in:
parent
9dac91efe0
commit
c078efd730
1 changed files with 0 additions and 3 deletions
|
@ -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");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue