Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);