Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-integration
Commits
b5257480
Commit
b5257480
authored
Mar 03, 2020
by
Marta Różańska
Browse files
setting default time limit
parent
2288ea0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mule_esb/mule-integration/src/main/java/transformers/cpSolver/CPSolverTransformer.java
View file @
b5257480
...
...
@@ -23,6 +23,7 @@ public class CPSolverTransformer {
interfaceRequest
.
setCdoModelsPath
(
req
.
getCdoResourcePath
());
interfaceRequest
.
setNotificationURI
(
"/api/cpSolver/solutionNotification/"
+
req
.
getProcessId
()
+
"/"
+
req
.
getNotificationSubject
());
interfaceRequest
.
setWatermark
(
req
.
getWatermark
());
interfaceRequest
.
setTimeLimit
(
120
);
//2 minutes
return
interfaceRequest
;
}
...
...
Alicja Reniewicz
@areniewicz
mentioned in commit
bb2da612
·
Apr 14, 2020
mentioned in commit
bb2da612
mentioned in commit bb2da612beeb175e4cc44967054da6f8d5169779
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment