]> git.mxchange.org Git - friendica.git/blobdiff - htconfig.php
ensuring all non-deliveries get in the queue
[friendica.git] / htconfig.php
index 36c685f7c160d334b66b63e9e9503c23d5ae9b93..8f64899657da644efcbf21f182d2737181189cc5 100644 (file)
@@ -36,10 +36,14 @@ $a->config['register_policy'] = REGISTER_OPEN;
 $a->config['register_text'] = '';
 $a->config['admin_email'] = '';
 
-// Maximum size of an imported message, 0 is unlimited (but our database 'text' element is limited to 65535).
+// Maximum size of an imported message, 0 is unlimited
 
 $a->config['max_import_size'] = 10000;
 
+// maximum size of uploaded photos
+
+$a->config['system']['maximagesize'] = 800000;
+
 // Location of PHP command line processor
 
 $a->config['php_path'] = 'php';