Skip to content

Commit

Permalink
modify event group size (#1740)
Browse files Browse the repository at this point in the history
* modify event group size
  • Loading branch information
alph00 committed Sep 6, 2024
1 parent 634f5ac commit 1d37efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pipeline/Pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ bool Pipeline::Init(PipelineConfig&& config) {
ProcessQueueManager::GetInstance()->CreateOrUpdateBoundedQueue(mContext.GetProcessQueueKey(), priority);
} else {
ProcessQueueManager::GetInstance()->CreateOrUpdateCircularQueue(
mContext.GetProcessQueueKey(), priority, 100);
mContext.GetProcessQueueKey(), priority, 1024);
}


Expand Down

0 comments on commit 1d37efc

Please sign in to comment.