Now working full non-blocking (maybe leaky here and there)
diff --git a/korap.conf b/korap.conf
index b279d4c..1ee30f4 100644
--- a/korap.conf
+++ b/korap.conf
@@ -14,11 +14,11 @@
api => 'http://10.0.10.13:7070/api/v0.1/'
},
CHI => {
- session_cache => {
- driver => 'FastMmap',
- root_dir => app->home . '/cache/session',
- cache_size => '3m'
- },
+# session_cache => {
+# driver => 'FastMmap',
+# root_dir => app->home . '/cache/session',
+# cache_size => '3m'
+# },
default => {
driver => 'FastMmap',
root_dir => app->home . '/cache/data',
@@ -30,15 +30,6 @@
file => app->home .'/db/users.sqlite'
},
},
- 'Oro-Session' => {
- name => 'KorAP',
- chi_handle => 'session_cache'
- },
- 'Oro-Account' => {
- invalid => [qw/corpus collection user admin tutorial/],
- default_lang => 'de',
- oro_handle => 'users',
- },
hypnotoad => {
listen => ['http://*:6666', 'http://*:5555'],
workers => 5,