Skip to content

Keep our threads alive for a bit

Matthias Clasen requested to merge matthiasc/gtk:threadpool-threads into main

Our non-exclusive threadpool gives threads back to the global pool, but they die right away there, because the default in GLib is to only keep 2 threads alive. Bump that number to a more reasonable value.

Merge request reports

Loading