Skip to content
Snippets Groups Projects
Commit b33d3c56 authored by Matej Frančeškin's avatar Matej Frančeškin
Browse files

Increase ThreadPool size to accomodate for settings thread

parent daccbf9e
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ public class TaiSync
public TaiSync()
{
mThreadPool = Executors.newFixedThreadPool(2);
mThreadPool = Executors.newFixedThreadPool(3);
}
public boolean isRunning()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment