Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
openmole
Commits
bf7cced4
Commit
bf7cced4
authored
Jun 12, 2019
by
Romain Reuillon
Browse files
[Plugin] enh: change the default paramters of update interval
parent
c3ae50e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
openmole/plugins/org.openmole.plugin.environment.batch/src/main/scala/org/openmole/plugin/environment/batch/environment/BatchEnvironment.scala
View file @
bf7cced4
...
...
@@ -103,9 +103,9 @@ object BatchEnvironment {
val
GetTokenInterval
=
ConfigurationLocation
(
"BatchEnvironment"
,
"GetTokenInterval"
,
Some
(
1
minutes
))
val
MinUpdateInterval
=
ConfigurationLocation
(
"BatchEnvironment"
,
"MinUpdateInterval"
,
Some
(
1
minute
s
))
val
Max
UpdateInterval
=
ConfigurationLocation
(
"BatchEnvironment"
,
"
Max
UpdateInterval"
,
Some
(
1
0
minute
s
))
val
Increment
UpdateInterval
=
ConfigurationLocation
(
"BatchEnvironment"
,
"
Increment
UpdateInterval"
,
Some
(
1
minutes
))
val
MinUpdateInterval
=
ConfigurationLocation
(
"BatchEnvironment"
,
"MinUpdateInterval"
,
Some
(
20
second
s
))
val
Increment
UpdateInterval
=
ConfigurationLocation
(
"BatchEnvironment"
,
"
Increment
UpdateInterval"
,
Some
(
2
0
second
s
))
val
Max
UpdateInterval
=
ConfigurationLocation
(
"BatchEnvironment"
,
"
Max
UpdateInterval"
,
Some
(
5
minutes
))
val
MaxUpdateErrorsInARow
=
ConfigurationLocation
(
"BatchEnvironment"
,
"MaxUpdateErrorsInARow"
,
Some
(
3
))
...
...
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