Skip to content

Commit e34d2de

Browse files
author
Stefán Jökull Sigurðarson
committed
Reverting test-app changes.
1 parent 322e679 commit e34d2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/TestApplications/MassPublish/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace MassPublish
1010
public static class Program
1111
{
1212
private const int BatchesToSend = 100;
13-
private const int ItemsPerBatch = 5000;
13+
private const int ItemsPerBatch = 500;
1414

1515
private static int messagesSent;
1616
private static int messagesReceived;

0 commit comments

Comments
 (0)