Skip to content

Commit a43dda6

Browse files
committed
tweak the actual bulker rate a little
1 parent 0f03c3e commit a43dda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MessageBulker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public struct InternalData
4545
public static void WaitingTask(object _self)
4646
{
4747
MessageBulker self = _self as MessageBulker;
48-
Task.Delay(400).Wait();
48+
Task.Delay(300).Wait();
4949
lock (self.Internal.Locker)
5050
{
5151
self.Internal.HasSendTaskActive = false;

0 commit comments

Comments
 (0)