[gnome-builder/wip/chergert/clang] threading: increase compiler threads



commit c5cbdd208bfe6906995696c1cc481f028f7b2bd5
Author: Christian Hergert <chergert redhat com>
Date:   Thu Apr 26 22:30:08 2018 -0700

    threading: increase compiler threads

 src/libide/threading/ide-thread-pool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libide/threading/ide-thread-pool.c b/src/libide/threading/ide-thread-pool.c
index efdfcde2d..7ea2436ba 100644
--- a/src/libide/threading/ide-thread-pool.c
+++ b/src/libide/threading/ide-thread-pool.c
@@ -57,7 +57,7 @@ DZL_DEFINE_COUNTER (QueuedTasks, "ThreadPool", "Queued Tasks", "Current number o
 
 static IdeThreadPool thread_pools[] = {
   { NULL, IDE_THREAD_POOL_DEFAULT, 10, 1, FALSE },
-  { NULL, IDE_THREAD_POOL_COMPILER, 1, 1, FALSE },
+  { NULL, IDE_THREAD_POOL_COMPILER, 2, 2, FALSE },
   { NULL, IDE_THREAD_POOL_INDEXER,  1, 1, FALSE },
   { NULL, IDE_THREAD_POOL_IO,       8, 1, FALSE },
   { NULL, IDE_THREAD_POOL_LAST,     0, 0, FALSE }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]