mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-27 12:35:05 +08:00
fix build in release mode
This commit is contained in:
parent
ecd36b15f0
commit
c71ba72f73
@ -314,6 +314,11 @@ impl From<Opt> for Infos {
|
|||||||
no_analytics: _,
|
no_analytics: _,
|
||||||
zk_url: _,
|
zk_url: _,
|
||||||
s3_url: _,
|
s3_url: _,
|
||||||
|
s3_region: _,
|
||||||
|
s3_bucket: _,
|
||||||
|
s3_access_key: _,
|
||||||
|
s3_secret_key: _,
|
||||||
|
s3_security_token: _,
|
||||||
} = options;
|
} = options;
|
||||||
|
|
||||||
let schedule_snapshot = match schedule_snapshot {
|
let schedule_snapshot = match schedule_snapshot {
|
||||||
|
Loading…
Reference in New Issue
Block a user