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
joram
joram
Commits
a7f527f5
Commit
a7f527f5
authored
Jun 24, 2020
by
Andre Freyssinet
Browse files
Minor changes.
parent
a6dc1798
Changes
1
Hide whitespace changes
Inline
Side-by-side
joram/joram/tools/rest/jms/src/main/java/org/objectweb/joram/tools/rest/jms/CleanerTask.java
View file @
a7f527f5
...
...
@@ -43,8 +43,9 @@ public class CleanerTask implements Callable<Boolean> {
public
static
Logger
logger
=
Debug
.
getLogger
(
CleanerTask
.
class
.
getName
());
private
ScheduledExecutorService
scheduler
=
Executors
.
newScheduledThreadPool
(
2
);
private
int
period
=
60
;
//in s
private
int
timeOut
=
3600
;
//in s
private
int
period
=
60
;
//in seconds
private
int
timeOut
=
3600
;
//in seconds
private
ScheduledFuture
<?>
callableHandle
;
private
HashMap
<
String
,
RestClientContext
>
restClientCtxs
=
Helper
.
getInstance
().
getRestClientCtxs
();
private
Helper
helper
=
Helper
.
getInstance
();
...
...
Write
Preview
Markdown
is supported
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