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

Commit 5b128a87 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Increase max # per-UID callbacks to 125." into sc-dev am: 38e67609

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14037497

Change-Id: I1d2f4e61c8a2b52bd86b25bced16e415dad8b3da
parents 2e3048f4 38e67609
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -77,7 +77,7 @@ public final class ConnectivityController extends RestrictingController implemen
            || Log.isLoggable(TAG, Log.DEBUG);
            || Log.isLoggable(TAG, Log.DEBUG);


    // The networking stack has a hard limit so we can't make this configurable.
    // The networking stack has a hard limit so we can't make this configurable.
    private static final int MAX_NETWORK_CALLBACKS = 50;
    private static final int MAX_NETWORK_CALLBACKS = 125;
    /**
    /**
     * Minimum amount of time that should have elapsed before we'll update a {@link UidStats}
     * Minimum amount of time that should have elapsed before we'll update a {@link UidStats}
     * instance.
     * instance.