Skip to content

Commit 7045801

Browse files
authored
Update component_list_test.hpp
1 parent 2e0a818 commit 7045801

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/components/component_list_test.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ class DefaultLoggerGuardTest {
2828
} // namespace impl
2929

3030
// BEWARE! No separate fs-task-processor. Testing almost single thread mode.
31-
// Minimal amount of coroutines and stack to work well under ASAN
31+
// Minimal amount of coroutines to work well under ASAN
3232
inline constexpr std::string_view kMinimalStaticConfig = R"(
3333
components_manager:
3434
coro_pool:
3535
initial_size: 5
3636
max_size: 50
37-
stack_size: 32768 # 32KB
3837
default_task_processor: main-task-processor
3938
fs_task_processor: main-task-processor
4039
event_thread_pool:

0 commit comments

Comments
 (0)