Increased concurrency for local message delivery
This commit is contained in:
@@ -7,7 +7,7 @@ resolver = "2"
|
||||
[features]
|
||||
#default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "azure", "foundationdb"]
|
||||
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "foundationdb"]
|
||||
default = ["rocks", "redis"]
|
||||
default = ["rocks", "redis", "s3"]
|
||||
sqlite = ["store/sqlite"]
|
||||
foundationdb = ["store/foundation", "common/foundation"]
|
||||
postgres = ["store/postgres"]
|
||||
|
||||
@@ -381,9 +381,9 @@ pub async fn jmap_tests() {
|
||||
email_query_changes::test(&mut params).await;
|
||||
email_copy::test(&mut params).await;
|
||||
thread_get::test(&mut params).await;
|
||||
thread_merge::test(&mut params).await;
|
||||
thread_merge::test(&mut params).await;*/
|
||||
mailbox::test(&mut params).await;
|
||||
delivery::test(&mut params).await;*/
|
||||
delivery::test(&mut params).await;
|
||||
auth_acl::test(&mut params).await;
|
||||
auth_limits::test(&mut params).await;
|
||||
auth_oauth::test(&mut params).await;
|
||||
|
||||
@@ -22,8 +22,8 @@ relay = true
|
||||
[session.data.limits]
|
||||
messages = 2000
|
||||
|
||||
[queue.outbound]
|
||||
concurrency = 4
|
||||
[queue.threads]
|
||||
remote = 4
|
||||
|
||||
[queue.schedule]
|
||||
retry = "1s"
|
||||
|
||||
Reference in New Issue
Block a user