mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
fix build in release mode
This commit is contained in:
parent
ecd36b15f0
commit
c71ba72f73
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue