This commit is contained in:
2020-06-02 21:47:00 +00:00
parent 6e6739cd1a
commit 41fcc81bed
4 changed files with 68 additions and 65 deletions

View File

@@ -247,7 +247,7 @@ namespace AyaNova.Api.Controllers
}
}
//trim out tables we don't want here
//trim out tables less than 1mb (the math above sets anything less than 1mb to zero)
TopTables = TopTables.Where(z => z.value > 0).OrderByDescending(z => z.value).ToList();
long DBTotalSize = 0;