mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 08:11:04 +00:00
remove timeout search query parameter
fix requested changes
This commit is contained in:
committed by
qdequele
parent
bc8ff49de3
commit
ea308eb798
@ -15,11 +15,11 @@ mod analytics;
|
||||
#[global_allocator]
|
||||
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
|
||||
|
||||
#[tokio::main]
|
||||
#[actix_rt::main]
|
||||
async fn main() -> Result<(), MainError> {
|
||||
let opt = Opt::from_args();
|
||||
let local = tokio::task::LocalSet::new();
|
||||
let _sys = actix_rt::System::run_in_tokio("server", &local);
|
||||
// let local = tokio::task::LocalSet::new();
|
||||
// let _sys = actix_rt::System::run_in_tokio("server", &local);
|
||||
|
||||
match opt.env.as_ref() {
|
||||
"production" => {
|
||||
|
Reference in New Issue
Block a user