Skip to content

Commit

Permalink
0003224: batch_to_send_count does not get reset in hybrid model
Browse files Browse the repository at this point in the history
  • Loading branch information
klementinastojanovska committed Aug 15, 2017
1 parent 57658ca commit fa205b1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -101,6 +101,7 @@ synchronized public RemoteNodeStatuses pullData(boolean force) {
availableThreads--;
}
}
nodeCommunication.setBatchToSendCount(0);
}
}
} else {
Expand Down

0 comments on commit fa205b1

Please sign in to comment.