Skip to content

Commit

Permalink
0005693: Fix multiple active trigger histories before sync triggers is
Browse files Browse the repository at this point in the history
run
  • Loading branch information
Philip Marzullo committed Feb 14, 2023
1 parent 36291ed commit bf71bb8
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 93 deletions.
Expand Up @@ -385,6 +385,7 @@ private ParameterConstants() {
public final static String SYNC_TRIGGERS_THREAD_COUNT_PER_SERVER = "sync.triggers.thread.count.per.server";
public final static String SYNC_TRIGGERS_TIMEOUT_IN_SECONDS = "sync.triggers.timeout.in.seconds";
public final static String SYNC_TRIGGERS_REG_SVR_INSTALL_WITHOUT_CONFIG = "sync.triggers.reg.svr.install.without.config";
public final static String SYNC_TRIGGERS_FIX_DUPLICATE_ACTIVE_TRIGGER_HISTORIES = "sync.triggers.fix.duplicate.active.trigger.histories";
public static final String SMTP_HOST = "smtp.host";
public static final String SMTP_TRANSPORT = "smtp.transport";
public static final String SMTP_PORT = "smtp.port";
Expand Down

0 comments on commit bf71bb8

Please sign in to comment.