mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
test delete batches
This commit is contained in:
parent
d3758b6f76
commit
0a3e946726
4 changed files with 51 additions and 2 deletions
|
@ -103,8 +103,8 @@ pub struct Opt {
|
|||
pub sentry_dsn: String,
|
||||
|
||||
/// Disable Sentry error reporting.
|
||||
#[cfg(all(not(debug_assertions), feature = "sentry"))]
|
||||
#[structopt(long, env = "MEILI_NO_SENTRY")]
|
||||
#[cfg(all(not(debug_assertions), feature = "sentry"))]
|
||||
pub no_sentry: bool,
|
||||
|
||||
/// This environment variable must be set to `production` if you are running in production.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue