mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Update max latency of AndroidRemovableDrivePlugin to 28 days.
This commit is contained in:
@@ -20,7 +20,7 @@ import static org.briarproject.bramble.api.plugin.file.RemovableDriveConstants.I
|
|||||||
public class AndroidRemovableDrivePluginFactory implements
|
public class AndroidRemovableDrivePluginFactory implements
|
||||||
SimplexPluginFactory {
|
SimplexPluginFactory {
|
||||||
|
|
||||||
private static final int MAX_LATENCY = (int) DAYS.toMillis(14);
|
private static final long MAX_LATENCY = DAYS.toMillis(28);
|
||||||
|
|
||||||
private final Application app;
|
private final Application app;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user