aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.worker_normal
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2016-03-24 10:52:39 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-03-25 12:00:05 +0000
commitf59178b078a6ac2c3b3b073784c41d71e26cf8d1 (patch)
treef89b10d8b85f8f1310d007a4631657b1e4f78247 /testing/rspamd/rspamd.worker_normal
parent1d8cbd4b6eab596588a5fa6fadbe505f67ca5563 (diff)
downloadaports-f59178b078a6ac2c3b3b073784c41d71e26cf8d1.tar.bz2
aports-f59178b078a6ac2c3b3b073784c41d71e26cf8d1.tar.xz
testing/rspamd: upgrade to 1.2.0
Diffstat (limited to 'testing/rspamd/rspamd.worker_normal')
-rw-r--r--testing/rspamd/rspamd.worker_normal2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/rspamd/rspamd.worker_normal b/testing/rspamd/rspamd.worker_normal
index 72c86c06a1..6fbee1d97b 100644
--- a/testing/rspamd/rspamd.worker_normal
+++ b/testing/rspamd/rspamd.worker_normal
@@ -3,4 +3,6 @@ worker {
type = "normal";
mime = true;
task_timeout = 8s;
+ .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/worker-normal.inc"
+ .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-normal.inc"
}