commit | dba40f9fd3bfc86e06801c01d63c9482f11f0f85 | [log] [tgz] |
---|---|---|
author | Chinmay Dhodapkar <chinmayd@google.com> | Tue Apr 04 21:06:16 2023 +0000 |
committer | Chinmay Dhodapkar <chinmayd@google.com> | Wed Apr 05 19:09:33 2023 +0000 |
tree | 8237a7fe41276f785d55187d4155bfa2ccdcfc92 | |
parent | 21131a0ca5a44f9683a1233dc60129388bf5aacc [diff] |
Change Telecom Excecutor to cached thread pool This may help with perf issues (ex: CTS ) as more modules within Telecom use this executor which is passed into to them by TelecomSystem (see example CTS bug on AVD https://b.corp.google.com/issues/276283203#comment5) Fixes: 276966319 Change-Id: Id1ac319f8d8911d87fb1da7506ed0bd0b090f3a1 Test: telecom cts