Refactored project to module structure
This commit is contained in:
7
Moonlight.Api/Admin/Sys/Settings/SettingsOptions.cs
Normal file
7
Moonlight.Api/Admin/Sys/Settings/SettingsOptions.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Moonlight.Api.Admin.Sys.Settings;
|
||||
|
||||
public class SettingsOptions
|
||||
{
|
||||
public TimeSpan LookupL1CacheTime { get; set; } = TimeSpan.FromMinutes(1);
|
||||
public TimeSpan LookupL2CacheTime { get; set; } = TimeSpan.FromMinutes(5);
|
||||
}
|
||||
Reference in New Issue
Block a user