This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user