13
0

increase butler event pool size dramatically

git-svn-id: svn://localhost/ardour2/branches/3.0@9047 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-02 22:41:46 +00:00
parent 2ad819c956
commit 10b224790b

View File

@ -135,7 +135,7 @@ Butler::terminate_thread ()
void *
Butler::_thread_work (void* arg)
{
SessionEvent::create_per_thread_pool ("butler events", 64);
SessionEvent::create_per_thread_pool ("butler events", 4096);
pthread_set_name (X_("butler"));
return ((Butler *) arg)->thread_work ();
}