aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.worker_normal
blob: 6fbee1d97be8cc7907c4bb9b530c7ed9f33226ff (plain)
1
2
3
4
5
6
7
8
worker {
    bind_socket = "*:11333";
    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"
}