Skip to content
Snippets Groups Projects
Commit adba3a94 authored by POLITO Guillermo Andres's avatar POLITO Guillermo Andres
Browse files

added scaladocs to Config

parent 2883a04f
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
/**
* default timeout used in wait patterns
* Default timeout to use in wait patterns
*/
val defaultTimeout = Timeout(60 seconds)
/**
* default timeout used in wait patterns, when a long process is in progress
* Default timeout to use in wait patterns when a long process is in progress
*/
val longTimeout = Timeout(21474835 seconds)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment