Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1da16f7f authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

O increase sync delay

parent 54a3945e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public abstract class JobUtils {
        ComponentName jobService = new ComponentName( context, ScannerJob.class );

        JobInfo job = new JobInfo.Builder(ScannerJobId, jobService )
                .setPeriodic(120000, 30000) //2 minutes and 30 secondes
                .setPeriodic(1860000, 30000) //31git  minutes and 30 secondes
                .setPersisted(true)
                .setRequiredNetworkType( JobInfo.NETWORK_TYPE_ANY )
                .build();