Auto-pruning of syncshell, added metrics for pruning, return of count of users in fullgroupdto.
This commit is contained in:
6
LightlessSyncAPI/Dto/Group/GroupPruneSettingsDto.cs
Normal file
6
LightlessSyncAPI/Dto/Group/GroupPruneSettingsDto.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using LightlessSync.API.Data;
|
||||
|
||||
namespace LightlessSync.API.Dto.Group
|
||||
{
|
||||
public record GroupPruneSettingsDto(GroupData Group, bool AutoPruneEnabled, int AutoPruneDays);
|
||||
}
|
||||
Reference in New Issue
Block a user