Update skipLimit default value to 10

Resolves #4661
This commit is contained in:
Ian
2024-09-22 15:26:09 +09:00
committed by Mahmoud Ben Hassine
parent fc1f3fcfc7
commit fd45d32239
4 changed files with 25 additions and 6 deletions

View File

@@ -31,6 +31,8 @@ public Step step1(JobRepository jobRepository, PlatformTransactionManager transa
.build();
}
----
+
Note: The `skipLimit` can be explicitly set using the `skipLimit()` method. If not specified, the default skip limit is set to 10.
XML::
+
@@ -91,6 +93,8 @@ public Step step1(JobRepository jobRepository, PlatformTransactionManager transa
.build();
}
----
+
Note: The `skipLimit` can be explicitly set using the `skipLimit()` method. If not specified, the default skip limit is set to 10.
XML::
+