aboutsummaryrefslogtreecommitdiffstats
path: root/storage-backend/config
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2018-10-17 22:10:42 +0200
committersteckbrief <steckbrief@chefmail.de>2018-10-17 22:10:42 +0200
commit3973a5f737ff92ba2accba0679f7df6397d630e4 (patch)
tree92340cb944187b7b96d96ec95b112e6a8ebbe38c /storage-backend/config
parentbc439cd988dd308a64d0111f766716d54d3648d5 (diff)
adds API method to get spec and implementation version of the storage backend
Diffstat (limited to 'storage-backend/config')
-rw-r--r--storage-backend/config/config.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage-backend/config/config.inc.php b/storage-backend/config/config.inc.php
index 3b2f80a..eb54511 100644
--- a/storage-backend/config/config.inc.php
+++ b/storage-backend/config/config.inc.php
@@ -14,5 +14,7 @@ return [
'delete_token_validity' => 5 * 60,
// Flag to whether deletion is only allowed by creator or anybody
'delete_only_by_creator' => true,
+ // The default count of items returned when a file list is requested
+ 'list_default_limit' => 30,
];
?> \ No newline at end of file