@@ -1,3 +1,3 @@
from concurrent.futures import ThreadPoolExecutor
-pool = ThreadPoolExecutor()
+pool = ThreadPoolExecutor(max_workers=3)