Skip to content

Commit 7b9a0a0

Browse files
Copilotshibu-kv
andauthored
docs: fix Event Receiver queue description in architecture overview (#280)
* Initial plan * fix docs: correct Event Receiver queue type and size in architecture overview Co-authored-by: shibu-kv <89052442+shibu-kv@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: shibu-kv <89052442+shibu-kv@users.noreply.github.com>
1 parent ffce305 commit 7b9a0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ graph TB
105105

106106
#### Event Receiver
107107
- **Purpose**: Queue and process incoming events
108-
- **Queue**: Lock-free ring buffer (1000 events)
108+
- **Queue**: Mutex/condition-variable-protected queue (200 events max, see `T2EVENTQUEUE_MAX_LIMIT`)
109109
- **Thread**: Dedicated event processing thread
110110
- **Files**: `source/bulkdata/t2eventreceiver.c`
111111

0 commit comments

Comments
 (0)