summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index cede39a..a0f4ce2 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -46,7 +46,7 @@
ini_set('output_buffering','true');
// Start buffering with a cache size of 100000
- ob_start(null, "100000");
+ ob_start(null, "500000");
## Load Essential Includes
require_once('functions.inc');
OpenPOWER on IntegriCloud