mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Prefer using WithoutTls for the auth env
This commit is contained in:
parent
a4aaf932ba
commit
5e6abcf50c
5 changed files with 18 additions and 17 deletions
|
@ -209,7 +209,7 @@ impl IndexScheduler {
|
|||
#[allow(private_interfaces)] // because test_utils is private
|
||||
pub fn new(
|
||||
options: IndexSchedulerOptions,
|
||||
auth_env: Env,
|
||||
auth_env: Env<WithoutTls>,
|
||||
from_db_version: (u32, u32, u32),
|
||||
#[cfg(test)] test_breakpoint_sdr: crossbeam_channel::Sender<(test_utils::Breakpoint, bool)>,
|
||||
#[cfg(test)] planned_failures: Vec<(usize, test_utils::FailureLocation)>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue