mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
[Summary] Increased per-thread pool for the thread which serves backend reset
This commit is contained in:
parent
ebaccc0e4a
commit
37c03b4e9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue