aboutsummaryrefslogtreecommitdiff
path: root/simplecache
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-03 18:58:14 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-03 18:58:14 +0000
commit73047ab147adde87e34ca356f7c92f1d6ccc6fea (patch)
tree096e1ee32b03e04d922d8f79f61039b61297636d /simplecache
parentca347167e27c1ec6bc23d3e428a4c9315861b2d1 (diff)
downloadelgg-73047ab147adde87e34ca356f7c92f1d6ccc6fea.tar.gz
elgg-73047ab147adde87e34ca356f7c92f1d6ccc6fea.tar.bz2
Moving to a smaller chunk size.
git-svn-id: https://code.elgg.org/elgg/trunk@3051 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'simplecache')
-rw-r--r--simplecache/view.php2
1 files changed, 1 insertions, 1 deletions
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;