mirror of
https://github.com/bitwarden/server
synced 2025-12-23 11:43:23 +00:00
disable autostats for cipher table
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Bit.Core.Repositories
|
||||
public interface IMaintenanceRepository
|
||||
{
|
||||
Task UpdateStatisticsAsync();
|
||||
Task DisableCipherAutoStatsAsync();
|
||||
Task RebuildIndexesAsync();
|
||||
Task DeleteExpiredGrantsAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user