gtask: bump the max thread pool size up to 100 to avoid stalls/deadlocks

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=686810 for now.
https://bugzilla.gnome.org/show_bug.cgi?id=687223 discusses a nicer
fix for later.
This commit is contained in:
Dan Winship
2012-10-30 15:10:40 -04:00
parent 1afaea333b
commit 7b1f8c582a
2 changed files with 2 additions and 2 deletions

View File

@@ -824,7 +824,7 @@ fake_task_thread (GTask *task,
g_task_return_boolean (task, TRUE);
}
#define G_TASK_THREAD_POOL_SIZE 10
#define G_TASK_THREAD_POOL_SIZE 100
static void
test_run_in_thread_priority (void)