Skip to content
Snippets Groups Projects
Commit 44e57dcf authored by buczekp's avatar buczekp
Browse files

minor: changed default multiplier factor for timer when exception is thrown

SVN: 21481
parent b9128e42
No related branches found
No related tags found
No related merge requests found
......@@ -271,9 +271,9 @@ public class QueueingDataSetStatusUpdaterService
private static final long MAX_SLEEP_TIME = 86400 * SECOND_IN_MILIS;
/** after each sleep increase the sleep time using this factor */
private static final int FACTOR = 10;
private static final int FACTOR = 2;
/** current sleep time in miliseconds */
/** current sleep time in milliseconds */
private static long sleepTime = INITIAL_SLEEP_TIME;
public static String getCurrentSleepTime()
......
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