test delete batches

This commit is contained in:
mpostma
2021-02-23 14:13:43 +01:00
parent d3758b6f76
commit 0a3e946726
4 changed files with 51 additions and 2 deletions

View File

@ -43,6 +43,10 @@ impl Server {
snapshot_interval_sec: None,
import_dump: None,
indexer_options: IndexerOpts::default(),
#[cfg(all(not(debug_assertions), feature = "sentry"))]
sentry_dsn: String::from(""),
#[cfg(all(not(debug_assertions), feature = "sentry"))]
no_sentry: true,
};
let data = Data::new(opt).unwrap();