From: Tobias Diekershoff Date: Sun, 3 Nov 2019 16:25:09 +0000 (+0100) Subject: add config variable for max file size of CSV file X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9ceda398ae7f18db48ac6b24ed054ed86c695ffa;p=friendica.git add config variable for max file size of CSV file --- diff --git a/static/settings.config.php b/static/settings.config.php index bf8b62f158..a5c6c3aeab 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -124,6 +124,12 @@ return [ // The fully-qualified URL of this Friendica node. // Used by the worker in a non-HTTP execution environment. 'url' => '', + + // max_csv_file_size (Integer) + // When uploading a CSV with account addresses to follow + // in the user settings, this controls the maximum file + // size of the upload file. + 'max_csv_file_size' => 30720, ], // Used in the admin settings to lock certain features