From 59fd70e568fbc93922769333c55d8c1fa72cea9d Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 4 May 2011 02:20:44 -0700 Subject: issues with private photos - hitting internal size limits --- htconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htconfig.php') diff --git a/htconfig.php b/htconfig.php index fb62245d2..0f9222ac5 100644 --- a/htconfig.php +++ b/htconfig.php @@ -38,7 +38,7 @@ $a->config['admin_email'] = ''; // Maximum size of an imported message, 0 is unlimited -$a->config['max_import_size'] = 10000; +$a->config['max_import_size'] = 200000; // maximum size of uploaded photos -- cgit v1.2.3