Commit b33d3c56 authored by Matej Frančeškin's avatar Matej Frančeškin

Increase ThreadPool size to accomodate for settings thread

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