mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #756, use session user object
This commit is contained in:
@@ -30,6 +30,9 @@ namespace BlackCore
|
||||
//! First load is synchronous
|
||||
static constexpr bool isPinned() { return true; }
|
||||
|
||||
//! Session object
|
||||
static constexpr bool isSession() { return true; }
|
||||
|
||||
//! Cache lifetime
|
||||
static int timeToLive() { return 18 * 60 * 60 * 1000; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user