Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2009-12-06 18:51:41 (GMT)
committer Moritz Lenz <moritz@faui2k3.org>2009-12-06 18:51:41 (GMT)
commit86635d8e30b2f802bc9e7e485a996dca068a7789 (patch)
tree7fd8702be0749d3714eba22c7c3d80ac44299d3a
parent237f5096ee8303c6a7fb6bef79a3e0e373d4ee14 (diff)
whitespace fixes
-rwxr-xr-xcgi/out.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/out.pl b/cgi/out.pl
index cb88bd8..1f44957 100755
--- a/cgi/out.pl
+++ b/cgi/out.pl
@@ -90,7 +90,7 @@ my $count;
# decent speedup
# btw a cache hit is about 10 times faster than generating the page anew
my $cache = new Cache::SizeAwareFileCache( {
- namespace => 'irclog',
+ namespace => 'irclog',
max_size => 150 * 1048576,
} );
my $data = $cache->get($cache_key);