Hopefully make /api/v1/Stats efficient by storing count in database

This commit is contained in:
Mike Nolan 2024-07-23 13:48:33 -05:00
parent 554ad66b7a
commit 2dfc83a77c
1 changed files with 1 additions and 0 deletions
TessesDedup

View File

@ -167,6 +167,7 @@ namespace TessesDedup
entry.Entries.Add(await BackupPathAsync(authkey,fs,ent,token));
}catch(Exception ex)
{
_=ex;
if(!IgnoreErrors)
throw;
}