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

Commit 339446f0 authored by James.cf Lin's avatar James.cf Lin Committed by Automerger Merge Worker
Browse files

[UCE] Adjust the default value of the capabilities request timeout am: dd30e19a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/net/ims/+/15125796

Change-Id: I1a93f258a2746bd7544d0f16cfcb935ec41a987e
parents ae662361 dd30e19a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -49,7 +49,8 @@ public class UceUtils {
    private static final long DEFAULT_REQUEST_RETRY_INTERVAL_MS = TimeUnit.MINUTES.toMillis(20);
    private static final long DEFAULT_MINIMUM_REQUEST_RETRY_AFTER_MS = TimeUnit.SECONDS.toMillis(3);

    private static final long DEFAULT_CAP_REQUEST_TIMEOUT_AFTER_MS = TimeUnit.MINUTES.toMillis(1);
    // The default of the capabilities request timeout.
    private static final long DEFAULT_CAP_REQUEST_TIMEOUT_AFTER_MS = TimeUnit.MINUTES.toMillis(3);
    private static Optional<Long> OVERRIDE_CAP_REQUEST_TIMEOUT_AFTER_MS = Optional.empty();

    // The task ID of the UCE request