commit | 2329e1d7f8a89a7eed5e40c91311c4ccea78776c | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Thu Jun 12 16:07:57 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Thu Jun 12 16:07:57 2014 +0000 |
tree | 39d52ed177892be450374a56e839304a35a4611f | |
parent | 02df991ec14564274035c1dbb0d64bb0db406bdc [diff] [blame] |
Deployment preparation for testbed
diff --git a/korap.conf b/korap.conf index 1e88892..7f6b63b 100644 --- a/korap.conf +++ b/korap.conf
@@ -4,9 +4,17 @@ }, Notifications => { Alertify => 1, + Humane => 1, JSON => 1 }, Search => { engine => 'Korap::Plugin::KorapSearch' + }, + CHI => { + default => { + driver => 'FastMmap', + root_dir => app->home . '/cache', + cache_size => '12m' + } } }