Hopefully make /api/v1/Stats efficient by storing count in database
This commit is contained in:
parent
554ad66b7a
commit
8437750a61
|
@ -167,6 +167,7 @@ namespace TessesDedup
|
|||
entry.Entries.Add(await BackupPathAsync(authkey,fs,ent,token));
|
||||
}catch(Exception ex)
|
||||
{
|
||||
_=ex;
|
||||
if(!IgnoreErrors)
|
||||
throw;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue