зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1255737: increase audio callback shutdown timeout to 45 seconds to reduce oranges/leaks r=kwierso
on a CLOSED TREE
This commit is contained in:
Родитель
8822a089e9
Коммит
d95ef53b00
|
@ -1252,7 +1252,7 @@ public:
|
|||
SYSTEM_THREAD_DRIVER,
|
||||
OFFLINE_THREAD_DRIVER
|
||||
};
|
||||
static const uint32_t AUDIO_CALLBACK_DRIVER_SHUTDOWN_TIMEOUT = 15*1000;
|
||||
static const uint32_t AUDIO_CALLBACK_DRIVER_SHUTDOWN_TIMEOUT = 45*1000;
|
||||
|
||||
// Main thread only
|
||||
static MediaStreamGraph* GetInstance(GraphDriverType aGraphDriverRequested,
|
||||
|
|
Загрузка…
Ссылка в новой задаче