File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 80
80
p:sqlSessionFactory-ref="batchReadingSessionFactory"
81
81
p:parameterValues-ref="datesParameters"
82
82
p:queryId="com.my.name.space.batch.ExampleMapper.queryUserInteractionsOnSpecificTimeSlot"
83
- p:pageSize="${batch.export.interactions.chunk.size }"
83
+ p:pageSize="${200 }"
84
84
scope="step"/>
85
85
86
86
<util:map id="datesParameters" key-type="or.joda.time.DateTime" scope="step">
Original file line number Diff line number Diff line change 74
74
p:sqlSessionFactory-ref="batchReadingSessionFactory"
75
75
p:parameterValues-ref="datesParameters"
76
76
p:queryId="com.my.name.space.batch.ExampleMapper.queryUserInteractionsOnSpecificTimeSlot"
77
- p:pageSize="${batch.export.interactions.chunk.size }"
77
+ p:pageSize="${200 }"
78
78
scope="step"/>
79
79
80
80
<util:map id="datesParameters" key-type="or.joda.time.DateTime" scope="step">
Original file line number Diff line number Diff line change 69
69
p:sqlSessionFactory-ref="batchReadingSessionFactory"
70
70
p:parameterValues-ref="datesParameters"
71
71
p:queryId="com.my.name.space.batch.ExampleMapper.queryUserInteractionsOnSpecificTimeSlot"
72
- p:pageSize="${batch.export.interactions.chunk.size }"
72
+ p:pageSize="${200 }"
73
73
scope="step"/>
74
74
75
75
<util:map id="datesParameters" key-type="or.joda.time.DateTime" scope="step">
Original file line number Diff line number Diff line change 79
79
p:sqlSessionFactory-ref="batchReadingSessionFactory"
80
80
p:parameterValues-ref="datesParameters"
81
81
p:queryId="com.my.name.space.batch.ExampleMapper.queryUserInteractionsOnSpecificTimeSlot"
82
- p:pageSize="${batch.export.interactions.chunk.size} "
82
+ p:pageSize="200 "
83
83
scope="step"/>
84
84
85
85
<util:map id="datesParameters" key-type="or.joda.time.DateTime" scope="step">
You can’t perform that action at this time.
0 commit comments