mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
94574a5f89
commit
c42357bf7a
@ -224,7 +224,7 @@ when 'memcache-dalli'
|
||||
use Rack::Session::Dalli,
|
||||
:memcache_server => memcache_server,
|
||||
:namespace => $conf[:memcache_namespace],
|
||||
:cache => Dalli::Client.new
|
||||
:cache => Dalli::Client.new(memcache_server, {:namespace => $conf[:memcache_namespace]})
|
||||
else
|
||||
STDERR.puts "Wrong value for :sessions in configuration file"
|
||||
exit(-1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user