Skip to content
Snippets Groups Projects
Commit d48e3915 authored by Googler's avatar Googler Committed by Copybara-Service
Browse files

Use a dedicated thread pool for disk cache garbage collection.

The ExecutorService created in RemoteModule#beforeCommand is intended to have command scope, so it won't be available during idle periods. (The current state doesn't work, either, because we pass it into the DiskCacheGarbageCollectorIdleTask before initializing it. Oops.)

PiperOrigin-RevId: 679497012
Change-Id: I8e791580c2db078c6d39cb760936b8fbcba4ed3d
parent 14777e0f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment