RodionSmolnikovGG commented on a change in pull request #9362:
URL: https://github.com/apache/ignite/pull/9362#discussion_r703003516
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/visor/tx/VisorTxTask.java
##########
@@ -217,7 +224,10 @@ private VisorTxJob(VisorTxTaskArg arg, boolean debug) {
List<VisorTxInfo> infos = new ArrayList<>();
- int limit = arg.getLimit() == null ? DEFAULT_LIMIT :
arg.getLimit();
+ int perNodelimit = DEFAULT_MAP_LIMIT;
+
Review comment:
Don't think it is better about readability
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]