Update max latency of AndroidRemovableDrivePlugin to 28 days.

This commit is contained in:
akwizgran
2021-07-13 11:44:32 +01:00
parent c3977e9276
commit e48886c95a

View File

@@ -20,7 +20,7 @@ import static org.briarproject.bramble.api.plugin.file.RemovableDriveConstants.I
public class AndroidRemovableDrivePluginFactory implements
SimplexPluginFactory {
private static final int MAX_LATENCY = (int) DAYS.toMillis(14);
private static final long MAX_LATENCY = DAYS.toMillis(28);
private final Application app;