mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 02:47:43 +01:00
pt_import: Bump thread pool constant from 64 to 2048 to prevent import crash
This commit is contained in:
parent
8264865dd8
commit
beaa6a7ae4
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ Editor::external_pt_dialog ()
|
|||
void *
|
||||
Editor::_import_pt_thread (void *arg)
|
||||
{
|
||||
SessionEvent::create_per_thread_pool ("import pt events", 64);
|
||||
SessionEvent::create_per_thread_pool ("import pt events", 2048);
|
||||
|
||||
Editor *ed = (Editor *) arg;
|
||||
return ed->import_pt_thread ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue