mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
[feature] Indexer status (#11706)
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
@@ -177,6 +177,8 @@ namespace Jackett.Common.Services
|
||||
}
|
||||
}
|
||||
|
||||
public TimeSpan CacheTTL => TimeSpan.FromSeconds(_serverConfig.CacheTtl);
|
||||
|
||||
private bool IsCacheEnabled()
|
||||
{
|
||||
if (!_serverConfig.CacheEnabled)
|
||||
|
Reference in New Issue
Block a user