]> git.mxchange.org Git - friendica.git/commitdiff
add config variable for max file size of CSV file
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 3 Nov 2019 16:25:09 +0000 (17:25 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 3 Nov 2019 16:25:09 +0000 (17:25 +0100)
static/settings.config.php

index bf8b62f1583b1be24cc2f721278127b093e5baf2..a5c6c3aeab22222d3f7ed88ab00981fe5a5ec02e 100644 (file)
@@ -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