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
1ac84268
Commit
1ac84268
authored
Jun 19, 2019
by
Romain Reuillon
Browse files
[Plugin] fix: increase max number of ssh connections
parent
b65f2b57
Changes
1
Hide whitespace changes
Inline
Side-by-side
openmole/plugins/org.openmole.plugin.environment.ssh/src/main/scala/org/openmole/plugin/environment/ssh/SSHEnvironment.scala
View file @
1ac84268
...
...
@@ -39,7 +39,7 @@ import scala.ref.WeakReference
object
SSHEnvironment
extends
JavaLogger
{
val
maxLocalOperations
=
ConfigurationLocation
(
"ClusterEnvironment"
,
"MaxLocalOperations"
,
Some
(
100
))
val
maxConnections
=
ConfigurationLocation
(
"SSHEnvironment"
,
"MaxConnections"
,
Some
(
5
))
val
maxConnections
=
ConfigurationLocation
(
"SSHEnvironment"
,
"MaxConnections"
,
Some
(
5
0
))
val
updateInterval
=
ConfigurationLocation
(
"SSHEnvironment"
,
"UpdateInterval"
,
Some
(
10
seconds
))
val
timeOut
=
ConfigurationLocation
(
"SSHEnvironment"
,
"Timeout"
,
Some
(
1
minutes
))
...
...
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