aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-08 01:58:26 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-08 01:58:26 -0700
commitc9d8211ae73332b6c4e91d82ba06275b92d7523a (patch)
tree8a3a35745be170d37bcb65613c585d96865749de /htconfig.php
parent5933f13ab72337554d5fa23a064a3f61f3dee5e4 (diff)
downloadvolse-hubzilla-c9d8211ae73332b6c4e91d82ba06275b92d7523a.tar.gz
volse-hubzilla-c9d8211ae73332b6c4e91d82ba06275b92d7523a.tar.bz2
volse-hubzilla-c9d8211ae73332b6c4e91d82ba06275b92d7523a.zip
photo editing
Diffstat (limited to 'htconfig.php')
-rw-r--r--htconfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/htconfig.php b/htconfig.php
index aab00a972..e9c2db350 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -28,6 +28,6 @@ $a->config['register_policy'] = REGISTER_OPEN;
$a->config['register_text'] = '';
$a->config['admin_email'] = '';
-// Maximum size of an imported message, 0 is unlimited.
+// Maximum size of an imported message, 0 is unlimited (but our database 'text' element is limited to 65535).
$a->config['max_import_size'] = 10000; \ No newline at end of file