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

Commit 07f1e833 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Delete unused timeout constant."

am: 1439bbb6d5

Change-Id: I341540745196f1d23fb95263a8948561cdfa4c8e
parents 11e56da6 94107f34
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -144,9 +144,6 @@ public class NetworkMonitor extends StateMachine {

    private static final int SOCKET_TIMEOUT_MS = 10000;
    private static final int PROBE_TIMEOUT_MS  = 3000;
    // Enough for 3 DNS queries 5 seconds apart.
    // TODO: get this from resources and DeviceConfig instead.
    private static final int DNS_TIMEOUT_MS = 12500;

    enum EvaluationResult {
        VALIDATED(true),