Hypatia/app
Tad 22cc72ab87
Fix the downloader
With all databases enabled the ThreadPool queue is exceed (25>16).
This normally isn't an issue for other users of the pool as it will get pushed onto the main thread.
But Android prohibits network activity on the main thread, which the downloader runs from.

Increase it 32 which should be suitable for now.
Maybe consider adding a separate pool in future.

Fixes https://github.com/Divested-Mobile/Hypatia/issues/34
Fixes https://gitlab.com/divested-mobile/hypatia/-/issues/31

Signed-off-by: Tad <tad@spotco.us>
2023-05-15 23:54:59 -04:00
..
src/main Fix the downloader 2023-05-15 23:54:59 -04:00
.gitignore Initial commit 2017-12-13 22:44:56 -05:00
build.gradle Fix the downloader 2023-05-15 23:54:59 -04:00
proguard-rules.pro Disable obfuscation 2022-04-28 04:07:16 -04:00