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

Commit d053784f authored by Steven Moreland's avatar Steven Moreland Committed by Android Build Coastguard Worker
Browse files

Three Icing Threads

Is it faster?

Bug: 382519820
Flag: com.android.appsearch.flags.enable_isolated_storage
Test: presubmits
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:26cbb1859077607c72e01bcde80782bdb692f1ef)
Merged-In: I05f5e57e8e801960e27f5e5bb0942dc3cf772121
Change-Id: I05f5e57e8e801960e27f5e5bb0942dc3cf772121
parent b6a73948
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ ARpcServer* ARpcServer_newVsock(AIBinder* service, unsigned int cid, unsigned in
        if (0 ==
            strcmp(AIBinder_Class_getDescriptor(serviceClass),
                   "com.android.isolated_storage_service.IIcingSearchEngine")) {
            server->setMaxThreads(2);
            server->setMaxThreads(3);
        }
    }