Skip to content

Commit 74be83a

Browse files
kajsafmbenhassine
authored andcommitted
Update scalability.adoc
Move commentary on xml configuration just below the configuration it's explaining, instead of having it in the middle of the Java configuration example. Issue #4338
1 parent 30ce332 commit 74be83a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-batch-docs/src/main/asciidoc/scalability.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,11 @@ configuration:
302302
</step>
303303
----
304304

305+
[role="xmlContent"]
306+
Similar to the multi-threaded step's `throttle-limit` attribute, the `grid-size`
307+
attribute prevents the task executor from being saturated with requests from a single
308+
step.
309+
305310
[role="javaContent"]
306311
The following example shows the `PartitionStep` configuration when using Java
307312
configuration:
@@ -320,11 +325,6 @@ public Step step1Manager() {
320325
}
321326
----
322327

323-
[role="xmlContent"]
324-
Similar to the multi-threaded step's `throttle-limit` attribute, the `grid-size`
325-
attribute prevents the task executor from being saturated with requests from a single
326-
step.
327-
328328
[role="javaContent"]
329329
Similar to the multi-threaded step's `throttleLimit` method, the `gridSize`
330330
method prevents the task executor from being saturated with requests from a single

0 commit comments

Comments
 (0)