summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-03 17:58:54 -0500
committersullrich <sullrich@pfsense.org>2009-12-03 17:58:54 -0500
commite8e12c54f81d97c38e30d2db205b6b577873e0da (patch)
tree5fd3b5ebe6160f92b8656f078d59836968b9bd3a /usr
parentea7f7a84b937378265374681de32733afba49e23 (diff)
downloadpfsense-e8e12c54f81d97c38e30d2db205b6b577873e0da.zip
pfsense-e8e12c54f81d97c38e30d2db205b6b577873e0da.tar.gz
Increase buffer to 500000
Diffstat (limited to 'usr')
-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