Support legacy cli arguments

This commit is contained in:
Mubelotix
2025-07-30 12:25:59 +02:00
parent cc37eb870f
commit 466e1a7aac
5 changed files with 29 additions and 9 deletions

View File

@ -98,8 +98,6 @@ impl IndexScheduler {
indexes_path: tempdir.path().join("indexes"),
snapshots_path: tempdir.path().join("snapshots"),
dumps_path: tempdir.path().join("dumps"),
webhook_url: None,
webhook_authorization_header: None,
task_db_size: 1000 * 1000 * 10, // 10 MB, we don't use MiB on purpose.
index_base_map_size: 1000 * 1000, // 1 MB, we don't use MiB on purpose.
enable_mdb_writemap: false,