Skip to content

Commit 0b9344e

Browse files
authored
feat: reduce minBatchPublishingDelay to 1 (#333)
1 parent baed3d5 commit 0b9344e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/stream/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const (
104104
minSubEntrySize = 1
105105
maxSubEntrySize = 65535
106106

107-
minBatchPublishingDelay = 50
107+
minBatchPublishingDelay = 1
108108
maxBatchPublishingDelay = 500
109109

110110
defaultBatchSize = 100

0 commit comments

Comments
 (0)