[Rspamd] Fix prio for includes in overrides

This commit is contained in:
andryyy
2020-09-24 20:30:58 +02:00
parent b4f8156875
commit e5f0e1da44
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
bind_socket = "*:11333";
task_timeout = 12s;
count = 1;
.include(try=true; priority=20) "$CONFDIR/override.d/worker-normal.custom.inc"
.include(try=true; priority=30) "$CONFDIR/override.d/worker-normal.custom.inc"