[Libreoffice-commits] dev-tools.git: test-bugzilla-files/new-control.py

Markus Mohrhard markus.mohrhard at googlemail.com
Fri Nov 21 12:56:31 PST 2014


 test-bugzilla-files/new-control.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3228b8cbd5710083c13eaae354daa88a0541d5f6
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Nov 21 21:55:32 2014 +0100

    use new limit for better server

diff --git a/test-bugzilla-files/new-control.py b/test-bugzilla-files/new-control.py
index c278a2a..a195d39 100644
--- a/test-bugzilla-files/new-control.py
+++ b/test-bugzilla-files/new-control.py
@@ -75,7 +75,7 @@ if __name__ == "__main__":
         sys.exit(1)
 
     task_size = 100
-    with concurrent.futures.ThreadPoolExecutor(max_workers=5) as executor:
+    with concurrent.futures.ThreadPoolExecutor(max_workers=20) as executor:
         future_to_task = {executor.submit(execute_task, task_file): task_file for task_file in get_tasks(directory, task_size)}
         for future in concurrent.futures.as_completed(future_to_task):
             task = future_to_task[future]


More information about the Libreoffice-commits mailing list