We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322e679 commit e34d2deCopy full SHA for e34d2de
projects/TestApplications/MassPublish/Program.cs
@@ -10,7 +10,7 @@ namespace MassPublish
10
public static class Program
11
{
12
private const int BatchesToSend = 100;
13
- private const int ItemsPerBatch = 5000;
+ private const int ItemsPerBatch = 500;
14
15
private static int messagesSent;
16
private static int messagesReceived;
0 commit comments