Skip to content

Commit

Permalink
Bump up thread pool size, lets more bitmaps be decoded on the backgro…
Browse files Browse the repository at this point in the history
…und thread. Helps a bit with hi-res stuff enabled
  • Loading branch information
Adamantcheese committed Jul 29, 2020
1 parent e4f2baf commit f631615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ public Android10GesturesExclusionZonesHolder provideAndroid10GesturesHolder(Gson
@Provides
@Singleton
public ExecutorService provideBackgroundPool() {
return Executors.newFixedThreadPool(4);
return Executors.newFixedThreadPool(16);
}
}

0 comments on commit f631615

Please sign in to comment.