about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKevin Mandura <webmaster@kevin-mandura.de>2024-03-11 00:24:04 +0100
committerKevin Mandura <webmaster@kevin-mandura.de>2024-03-11 00:24:04 +0100
commitf35af9d770bc952142fa046a0a7009121f33cc61 (patch)
treee5bdfb6822285d35f24f0733631d848231433e0f
parentd7026dba814637f42fb1c0c1e3f9e67752b96e13 (diff)
downloadktls-website-f35af9d770bc952142fa046a0a7009121f33cc61.tar.gz
ktls-website-f35af9d770bc952142fa046a0a7009121f33cc61.zip
Define default upload quota per user
-rw-r--r--includes/config.example.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/config.example.inc.php b/includes/config.example.inc.php
index c36345e..7fed31b 100644
--- a/includes/config.example.inc.php
+++ b/includes/config.example.inc.php
@@ -185,6 +185,9 @@ const IP_BLOCK_MAX_OCCURENCES = "3";
 /* Prevent all users from uploading new files */
 const DISABLE_FILE_UPLOADS = false;
 
+/* Define default upload quota (in bytes) for new users */
+const DEFAULT_UPLOAD_QUOTA_PER_USER = "2147483648"; // 2 GiB
+
 /* Define amount of available total disk space (in bytes) as the
    minimum to allow new file uploads.  If the total disk capacity
    drops below the specified value, users can not upload any new