remove configurable dir for traffic & purge limiters

This commit is contained in:
El RIDO 2021-06-08 06:37:27 +02:00
parent ae486d651b
commit 3429d293d3
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
11 changed files with 2 additions and 24 deletions

View file

@ -80,13 +80,11 @@ class Configuration
'traffic' => array(
'limit' => 10,
'header' => null,
'dir' => 'data',
'exemptedIp' => null,
),
'purge' => array(
'limit' => 300,
'batchsize' => 10,
'dir' => 'data',
),
'model' => array(
'class' => 'Filesystem',