DescriptionMojo's network service should use a disk cache on Android
Launching Mojo apps on Android is slow because we keep the network cache in
memory, which means we lose it every time we launch MojoShell. After this CL,
we use a disk cache on Android. Note: We still use a memory cache on desktop
because we want to be able to run many instances of mojo_shell in parallel on
desktop for testing.
R=jamesr@chromium.org
BUG=452226
Committed: https://crrev.com/d1cc658f889a6aeefed69ac49e56448c27e1df50
Cr-Commit-Position: refs/heads/master@{#313642}
Patch Set 1 #
Messages
Total messages: 11 (1 generated)
|