Skip to content

Commit

Permalink
Changing interval and duration setting
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
  • Loading branch information
sgup432 committed May 19, 2023
1 parent 31eeb91 commit 79be38e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
*/
public class TaskCancellationMonitoringSettings {

public static final long INTERVAL_MILLIS_SETTING_DEFAULT_VALUE = 1000;
public static final long DURATION_MILLIS_SETTING_DEFAULT_VALUE = 3000;
public static final long INTERVAL_MILLIS_SETTING_DEFAULT_VALUE = 5000;
public static final long DURATION_MILLIS_SETTING_DEFAULT_VALUE = 10000;
public static final boolean IS_ENABLED_SETTING_DEFAULT_VALUE = true;

/**
Expand Down

0 comments on commit 79be38e

Please sign in to comment.