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

Commit 2e133898 authored by Prerepa Viswanadham's avatar Prerepa Viswanadham Committed by Android Git Automerger
Browse files

am ec327189: am 48ab93df: Reduce batch supported threshold to 1024 bytes

* commit 'ec327189':
  Reduce batch supported threshold to 1024 bytes
parents a883a72a ec327189
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ public class AdapterService extends Service {
    private static final boolean TRACE_REF = true;
    private static final int MIN_ADVT_INSTANCES_FOR_MA = 5;
    private static final int MIN_OFFLOADED_FILTERS = 10;
    private static final int MIN_OFFLOADED_SCAN_STORAGE_BYTES = 2048;
    private static final int MIN_OFFLOADED_SCAN_STORAGE_BYTES = 1024;
    //For Debugging only
    private static int sRefCount=0;