Updated login class
diff --git a/kalamar.conf b/kalamar.conf
index 2fa18ef..79e4f70 100644
--- a/kalamar.conf
+++ b/kalamar.conf
@@ -1,14 +1,28 @@
{
Search => {
engine => 'Kalamar::API',
-# api => 'http://10.0.10.13:7070/api/v0.1/'
- api => 'http://localhost:9999/api/v0.1/'
+ # api => 'http://10.0.10.13:7070/api/v0.1/'
+ # api => 'http://localhost:9999/api/v0.1/'
+ api => 'http://10.0.10.51:7070/api/v0.1/'
},
CHI => {
default => {
driver => 'FastMmap',
root_dir => app->home . '/cache/data',
- cache_size => '12m'
+ cache_size => '100m',
+ max_size => '100m'
+ },
+ user => {
+ l1_cache => {
+ driver => 'FastMmap',
+ root_dir => app->home . '/cache/usermap',
+ cache_size => '50m',
+ max_size => '50m'
+ },
+ driver => 'File',
+ root_dir => app->home . '/cache/userfile',
+ max_key_length => 64,
+ max_size => '500m'
}
},
hypnotoad => {