some debug

This commit is contained in:
Blue 2024-01-17 18:56:53 -03:00
parent 2e01fe8d67
commit 19d786631a
Signed by: blue
GPG key ID: 9B203B252A63EE38
3 changed files with 14 additions and 10 deletions

View file

@ -22,7 +22,11 @@ Session::Session(
timeoutId(TM::Scheduler::none),
timeout(timeout),
mtx(),
cache()
cache({
{"system", {
{"invalidate", true}
}}
})
{}
Session::~Session () {