mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-09-21 21:24:37 -04:00
remove configurable dir for traffic & purge limiters
This commit is contained in:
parent
ae486d651b
commit
3429d293d3
11 changed files with 2 additions and 24 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue