Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
N2S3_old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioInsp
N2S3_old
Commits
adba3a94
There was an error fetching the commit references. Please try again later.
Commit
adba3a94
authored
8 years ago
by
POLITO Guillermo Andres
Browse files
Options
Downloads
Patches
Plain Diff
added scaladocs to Config
parent
2883a04f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
n2s3/src/main/scala/fr/univ_lille/cristal/emeraude/n2s3/core/actors/Config.scala
+4
-3
4 additions, 3 deletions
...univ_lille/cristal/emeraude/n2s3/core/actors/Config.scala
with
4 additions
and
3 deletions
n2s3/src/main/scala/fr/univ_lille/cristal/emeraude/n2s3/core/actors/Config.scala
+
4
−
3
View file @
adba3a94
...
...
@@ -9,17 +9,18 @@ import akka.util.Timeout
import
scala.concurrent.duration._
/**
* Object which contains default parameters for N2S3
* This object contains default parameters for a N2S3 simulation.
* This object is immutable.
*/
object
Config
{
/**
*
d
efault timeout use
d
in wait patterns
*
D
efault timeout
to
use in wait patterns
*/
val
defaultTimeout
=
Timeout
(
60
seconds
)
/**
*
d
efault timeout use
d
in wait patterns
,
when a long process is in progress
*
D
efault timeout
to
use in wait patterns when a long process is in progress
*/
val
longTimeout
=
Timeout
(
21474835
seconds
)
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment