test delete batches

This commit is contained in:
mpostma 2021-02-23 14:13:43 +01:00
parent d3758b6f76
commit 0a3e946726
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
4 changed files with 51 additions and 2 deletions

View file

@ -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.