Skip to content

Commit

Permalink
ZEPHYR-28948: Batch size changed to 500 from 2000
Browse files Browse the repository at this point in the history
  • Loading branch information
pv-smartbear committed May 15, 2020
1 parent 05ed6a8 commit 13ffa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/thed/utils/ZephyrConstants.java
Expand Up @@ -17,7 +17,7 @@ public class ZephyrConstants {
public static final String EXECUTION_STATUS_FAIL = "2";
public static final String EXECUTION_STATUS_NOT_EXECUTED = "10";

public static final Integer BATCH_SIZE = 2000;
public static final Integer BATCH_SIZE = 500;


}

0 comments on commit 13ffa6e

Please sign in to comment.