Added re-read of collections at runtime.
This commit is contained in:
parent
0f418e13e6
commit
3044841bb3
1 changed files with 4 additions and 4 deletions
|
@ -350,7 +350,7 @@ class UserState
|
|||
push_collection.each { | key, value |
|
||||
collections[ key ] = true
|
||||
}
|
||||
CacheIn.set( cache_key, collections )
|
||||
CacheIn.set( cache_key, collections, { :expires_in => 2.minutes } )
|
||||
end
|
||||
|
||||
# check all collections to push
|
||||
|
|
Loading…
Reference in a new issue