diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-04-16 17:51:11 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-04-16 17:51:11 +0100 |
commit | 38dfe192fc706ffcad31296105dca7248cca6104 (patch) | |
tree | b7dbea678e3b2304002f3bcd5aa04e9d68d8a6cf /conf/worker-normal.inc | |
parent | 8b4df46cccb8b75338cdc389625501f6b1699b09 (diff) | |
download | rspamd-38dfe192fc706ffcad31296105dca7248cca6104.tar.gz rspamd-38dfe192fc706ffcad31296105dca7248cca6104.zip |
[Minor] Remove unnecessary type
Diffstat (limited to 'conf/worker-normal.inc')
-rw-r--r-- | conf/worker-normal.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/worker-normal.inc b/conf/worker-normal.inc index ff4f0727a..72aef0b84 100644 --- a/conf/worker-normal.inc +++ b/conf/worker-normal.inc @@ -1,5 +1,4 @@ # Included from top-level .conf file -type = "normal"; mime = true; task_timeout = 8s; |