add: clear button for cache directory

This commit is contained in:
huanghongxun
2020-02-17 00:46:11 +08:00
parent a1226012ff
commit bc4b41e8cd
9 changed files with 23 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ public final class Schedulers {
public static synchronized ThreadPoolExecutor io() {
if (IO_EXECUTOR == null)
IO_EXECUTOR = new ThreadPoolExecutor(0, 6,
IO_EXECUTOR = new ThreadPoolExecutor(6, 6,
60L, TimeUnit.SECONDS,
new SynchronousQueue<>(),
runnable -> {