SchildiChat-android/vector/src/main
waylon531 6c1719e365
Use a bigger thread pool
This patch makes RiotX use an unbounded thread pool to handle
connections. The default thread pool for the android WorkManager has a
fairly anemic number of threads and I suspect this was causing
performance issues especially because of all the long-running jobs that
happen whenever you sync.

I tested this out on my phone and all of the sluggishness appears to
have gone away. I tested both the debug and release builds to make sure
it wasn't just some release optimization. RiotX is so much snappier now!

This fixes #1221

Signed-off-by: Waylon Cude <waylon.cude@finzdani.net>
2020-04-16 02:44:31 -07:00
..
assets Uniform emoji representation for all platform 2020-04-10 11:02:33 +02:00
java/im/vector/riotx Use a bigger thread pool 2020-04-16 02:44:31 -07:00
res Merge pull request #1224 from vector-im/feature/composer_shield 2020-04-15 16:49:50 +02:00
AndroidManifest.xml Initial implementation of multipicker. 2020-03-20 12:12:59 +03:00