some debug
This commit is contained in:
parent
2e01fe8d67
commit
19d786631a
3 changed files with 14 additions and 10 deletions
|
@ -22,7 +22,11 @@ Session::Session(
|
|||
timeoutId(TM::Scheduler::none),
|
||||
timeout(timeout),
|
||||
mtx(),
|
||||
cache()
|
||||
cache({
|
||||
{"system", {
|
||||
{"invalidate", true}
|
||||
}}
|
||||
})
|
||||
{}
|
||||
|
||||
Session::~Session () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue