This commit is contained in:
Matthew Kennedy 2023-01-20 03:46:40 -08:00 committed by GitHub
parent f26e59d021
commit 39fcad9b4a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ typedef struct {
} TunerStudioWriteChunkRequest;
#if EFI_PROD_CODE || EFI_SIMULATOR
#define CONNECTIVITY_THREAD_STACK (2 * UTILITY_THREAD_STACK_SIZE)
#define CONNECTIVITY_THREAD_STACK (3 * UTILITY_THREAD_STACK_SIZE)
class TunerstudioThread : public ThreadController<CONNECTIVITY_THREAD_STACK> {
public: