mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Database portion of the offer/request/transfer protocol (untested).
This commit is contained in:
@@ -45,7 +45,7 @@ DatabaseCleaner.Callback {
|
||||
* Removes the oldest messages from the database, with a total size less
|
||||
* than or equal to the given size.
|
||||
*/
|
||||
protected abstract void expireMessages(long size) throws DbException;
|
||||
protected abstract void expireMessages(int size) throws DbException;
|
||||
|
||||
/**
|
||||
* Calculates and returns the sendability score of a message.
|
||||
|
||||
Reference in New Issue
Block a user