mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-14 12:11:15 +02: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