Wire datetime_columns through query params and reads; add db_size and vacuum guard
This commit is contained in:
@@ -40,6 +40,7 @@ class Stats:
|
||||
refetches: int
|
||||
tables: dict[str, TableStats]
|
||||
errors: int = 0 # total load/refresh failures since start
|
||||
db_size_bytes: int = 0 # on-disk cache file size (0 in memory mode)
|
||||
|
||||
|
||||
class StatsCollector:
|
||||
|
||||
Reference in New Issue
Block a user