mirror of
https://github.com/bitwarden/server
synced 2026-01-02 00:23:40 +00:00
disable autostats for cipher table
This commit is contained in:
@@ -22,6 +22,7 @@ namespace Bit.Admin.Jobs
|
||||
protected async override Task ExecuteJobAsync(IJobExecutionContext context)
|
||||
{
|
||||
await _maintenanceRepository.UpdateStatisticsAsync();
|
||||
await _maintenanceRepository.DisableCipherAutoStatsAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user