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

Commit f2e3c4f4 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Android (Google) Code Review
Browse files

Merge "Delete unused timeout constant." into qt-dev

parents 22f79f25 59db1d5f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -150,9 +150,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),