We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ea9f9 commit 26588b6Copy full SHA for 26588b6
xyz-jobs/xyz-job-service/src/main/java/com/here/xyz/jobs/Job.java
@@ -115,7 +115,7 @@ public class Job implements XyzSerializable {
115
@JsonView(Static.class)
116
private String secondaryResourceKey;
117
118
- private static final Async ASYNC = new Async(100, Job.class);
+ private static final Async ASYNC = new Async(200, Job.class);
119
private static final Logger logger = LogManager.getLogger();
120
private static final long DEFAULT_JOB_TTL = TimeUnit.DAYS.toMillis(2 * 7); //4 weeks
121
0 commit comments