-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iox-#2121 Fix history request is out of limit.
History request may be larger than queue capacity if queue capacity larger than MAX_QUEUE_CAPACITY during creating a subscriber. The fix clamps the history request to clamped queue capacity. Signed-off-by: Xuebing Wang <[email protected]>
- Loading branch information
Xuebing Wang
committed
Nov 28, 2023
1 parent
f0622f1
commit 787f6fb
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters