Args
mill.server.Server.Args
case class Args(daemonDir: Path, acceptTimeout: Option[FiniteDuration], locks: Locks, bufferSize: Int, testLogEvenWhenServerIdWrong: Boolean)
Value parameters
- acceptTimeout
-
shuts down after this timeout if no clients are connected
- bufferSize
-
size of the buffer used to read/write from/to the client
- daemonDir
-
directory used for exchanging pre-TCP data with a client
Attributes
- Source
- Server.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article