From 3973a5f737ff92ba2accba0679f7df6397d630e4 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Wed, 17 Oct 2018 22:10:42 +0200 Subject: adds API method to get spec and implementation version of the storage backend --- storage-backend/config/config.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'storage-backend/config') 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 -- cgit v1.2.3