commit | b05b8706714a6e7eb64890e0bee012dbc69f72be | [log] [tgz] |
---|---|---|
author | Stephen Crane <cranes@google.com> | Fri Jul 21 19:10:40 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Jul 21 19:23:45 2023 +0000 |
tree | e3d7dad0102c32b5121b83b7d577c5235c7f9cbf | |
parent | 6b57c885d324c34f354fa5fcf7df160176f34a79 [diff] |
storageproxyd: Start only a single binder thread We only need a single binder thread to receive notifications, so we should set the thread pool max to 0 rather than 1. startThreadPool() starts one thread + the max count. Test: m storageproxyd Bug: 281951047 Fixes: 292030372 Change-Id: I53a90eaa2aa69469fd3a00b6da0d7061318c8ba9