diff options
| -rw-r--r-- | core/java/android/content/AbstractThreadedSyncAdapter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/AbstractThreadedSyncAdapter.java b/core/java/android/content/AbstractThreadedSyncAdapter.java index da4ecdd8c1f2..9649cab1e09a 100644 --- a/core/java/android/content/AbstractThreadedSyncAdapter.java +++ b/core/java/android/content/AbstractThreadedSyncAdapter.java @@ -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 |