Skip to content
Snippets Groups Projects
Commit 5ab9046d authored by brinn's avatar brinn
Browse files

Reduce interval of post registration task from 1s to 10s.

SVN: 26724
parent 061cecbf
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ public final class ETLDaemon
public static final File dropboxActivityDir = new File(".activity");
public static final int INJECTED_POST_REGISTRATION_TASK_INTERVAL = 1;
public static final int INJECTED_POST_REGISTRATION_TASK_INTERVAL = 10;
static final String NOTIFY_SUCCESSFUL_REGISTRATION = "notify-successful-registration";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment