Skip to content

Commit

Permalink
0002669: Bad performance for getActiveTriggerHistories() and
Browse files Browse the repository at this point in the history
getTriggers(boolean replaceTokens)
  • Loading branch information
erilong committed Jul 7, 2016
1 parent 7dce534 commit 8f70151
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1290,7 +1290,7 @@ public ExtractRequest mapRow(Row row) {
request.setCreateTime(row.getDateTime("create_time"));
request.setLastUpdateTime(row.getDateTime("last_update_time"));
request.setTriggerRouter(triggerRouterService.findTriggerRouterById(
row.getString("trigger_id"), row.getString("router_id")));
row.getString("trigger_id"), row.getString("router_id"), false));
request.setQueue(row.getString("queue"));
return request;
}
Expand Down

0 comments on commit 8f70151

Please sign in to comment.