diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-08 01:58:26 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-08 01:58:26 -0700 |
commit | c9d8211ae73332b6c4e91d82ba06275b92d7523a (patch) | |
tree | 8a3a35745be170d37bcb65613c585d96865749de /htconfig.php | |
parent | 5933f13ab72337554d5fa23a064a3f61f3dee5e4 (diff) | |
download | volse-hubzilla-c9d8211ae73332b6c4e91d82ba06275b92d7523a.tar.gz volse-hubzilla-c9d8211ae73332b6c4e91d82ba06275b92d7523a.tar.bz2 volse-hubzilla-c9d8211ae73332b6c4e91d82ba06275b92d7523a.zip |
photo editing
Diffstat (limited to 'htconfig.php')
-rw-r--r-- | htconfig.php | 2 |
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 |