mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
don't check for LS expired for FF
This commit is contained in:
parent
331065eec6
commit
1bad097a13
2 changed files with 2 additions and 10 deletions
|
@ -190,7 +190,7 @@ namespace data
|
|||
|
||||
bool LeaseSet::IsExpired () const
|
||||
{
|
||||
if (IsEmpty ()) return true;
|
||||
if (m_StoreLeases && IsEmpty ()) return true;
|
||||
auto ts = i2p::util::GetMillisecondsSinceEpoch ();
|
||||
return ts > m_ExpirationTime;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue