[Summary] Increased per-thread pool for the thread which serves backend reset

This commit is contained in:
Greg Zharun 2015-02-10 22:54:07 +02:00
parent ebaccc0e4a
commit 37c03b4e9f

View file

@ -402,7 +402,7 @@ AudioEngine::request_backend_reset()
void
AudioEngine::do_reset_backend()
{
SessionEvent::create_per_thread_pool (X_("Backend reset processing thread"), 512);
SessionEvent::create_per_thread_pool (X_("Backend reset processing thread"), 1024);
Glib::Threads::Mutex::Lock guard (_reset_request_lock);