Skip to content

Commit

Permalink
make export repeatable
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jan 28, 2014
1 parent 9b7416f commit a36ec03
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -32,6 +32,7 @@
import java.util.Map;
import java.util.Set;
import java.util.UUID;
import java.util.concurrent.ThreadPoolExecutor;

import org.apache.commons.lang.StringUtils;
import org.jumpmind.db.model.Column;
Expand Down Expand Up @@ -107,6 +108,8 @@ public class TriggerRouterService extends AbstractService implements ITriggerRou
private Date lastUpdateTime;

private Object cacheLock = new Object();

private ThreadPoolExecutor syncTriggersExecutor;

/**
* Cache the history for performance. History never changes and does not
Expand Down

0 comments on commit a36ec03

Please sign in to comment.