Skip to content

Commit

Permalink
0002625: Hybrid Pull Feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichalek committed Jul 12, 2016
1 parent 7a29913 commit 2c31eb1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ public NodeCommunicationServiceSqlMap(IDatabasePlatform platform,
putSql("updateNodeCommunicationSql",
"update $(node_communication) set lock_time=?,locking_server_id=?,last_lock_millis=?,"
+ "success_count=?,fail_count=?,total_success_count=?,total_fail_count=?,"
+ "total_success_millis=?,total_fail_millis=?, last_lock_time=?, batch_to_send_count=?, node_priority "
+ "total_success_millis=?,total_fail_millis=?, last_lock_time=?, batch_to_send_count=?, node_priority=? "
+ "where node_id=? and queue=? and communication_type=?");

putSql("deleteNodeCommunicationSql",
Expand Down

0 comments on commit 2c31eb1

Please sign in to comment.