Skip to content

Commit

Permalink
Merge pull request #2276 from atlanhq/PLT-1765
Browse files Browse the repository at this point in the history
PLT-1765: update thread logic to continue with wait time and loop
  • Loading branch information
n5nk authored Aug 16, 2023
2 parents 7d184f2 + 4cfde0e commit 72f4cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/org/apache/atlas/AtlasConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ private AtlasConstants() {
public static final String DEFAULT_ATLAS_REST_ADDRESS = "http://localhost:21000";
public static final String DEFAULT_TYPE_VERSION = "1.0";
public static final int ATLAS_SHUTDOWN_HOOK_PRIORITY = 30;
public static final int TASK_WAIT_TIME_MS = 200_000;
public static final int TASK_WAIT_TIME_MS = 180_000;
}

0 comments on commit 72f4cc1

Please sign in to comment.