mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
[Summary] Extended GUI thread memory pool for session events handling
This commit is contained in:
parent
fe456b039f
commit
1f52283df9
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
|
|||
setup_gtk_ardour_enums ();
|
||||
setup_profile ();
|
||||
|
||||
SessionEvent::create_per_thread_pool ("GUI", 512);
|
||||
SessionEvent::create_per_thread_pool ("GUI", 4096);
|
||||
|
||||
/* we like keyboards */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue