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

Commit eff9a9f7 authored by Varun Shah's avatar Varun Shah
Browse files

Update SyncAdapter documentation to reflect the current timeout value.

Bug: n/a
Change-Id: Ieac7b1d9fb933b8c050eacbf63c78892ff0458cd
Test: n/a (doc update)
Flag: EXEMPT bugfix
parent 77546c0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ import java.util.concurrent.atomic.AtomicInteger;
 * will be invoked on that thread.
 * <p>
 * Syncs can be cancelled at any time by the framework. For example a sync that was not
 * user-initiated and lasts longer than 30 minutes will be considered timed-out and cancelled.
 * user-initiated and lasts longer than 10 minutes will be considered timed-out and cancelled.
 * Similarly the framework will attempt to determine whether or not an adapter is making progress
 * by monitoring its network activity over the course of a minute. If the network traffic over this
 * window is close enough to zero the sync will be cancelled. You can also request the sync be