From 73047ab147adde87e34ca356f7c92f1d6ccc6fea Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 3 Mar 2009 18:58:14 +0000 Subject: Moving to a smaller chunk size. git-svn-id: https://code.elgg.org/elgg/trunk@3051 36083f99-b078-4883-b0ff-0f9b5a30f544 --- simplecache/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simplecache/view.php') diff --git a/simplecache/view.php b/simplecache/view.php index 8d37a0cdc..da6f68777 100644 --- a/simplecache/view.php +++ b/simplecache/view.php @@ -62,7 +62,7 @@ } } - $split_output = str_split($contents, 8192); + $split_output = str_split($contents, 1024); foreach($split_output as $chunk) echo $chunk; -- cgit v1.2.3