mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Try printing db table sizes on startup
This commit is contained in:
@@ -746,4 +746,6 @@ public interface DatabaseComponent extends TransactionManager {
|
||||
*/
|
||||
void updateTransportKeys(Transaction txn, Collection<TransportKeySet> keys)
|
||||
throws DbException;
|
||||
|
||||
void printStats(Transaction txn) throws DbException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user