aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'htconfig.php')
-rw-r--r--htconfig.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php
index cf52b396a..ef3855978 100644
--- a/htconfig.php
+++ b/htconfig.php
@@ -22,3 +22,8 @@ $a->config['sitename'] = "DFRN developer";
// first before you close it.
$a->config['register_policy'] = REGISTER_OPEN;
+
+
+// Maximum size of an imported message, 0 is unlimited.
+
+$a->config['max_import_size'] = 10000; \ No newline at end of file