mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
refs #656, MS review items https://dev.vatsim-germany.org/issues/656#note-4
Remove defaultValue where not needed
This commit is contained in:
@@ -30,14 +30,9 @@ namespace BlackCore
|
||||
//! First load is synchronous
|
||||
static constexpr bool isPinned() { return true; }
|
||||
|
||||
//! Default value
|
||||
static const BlackMisc::Network::CAuthenticatedUser &defaultValue()
|
||||
{
|
||||
static const BlackMisc::Network::CAuthenticatedUser user;
|
||||
return user;
|
||||
}
|
||||
//! Cache lifetime
|
||||
static int timeToLive() { return 18 * 60 * 60 * 1000; }
|
||||
};
|
||||
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user