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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product