mirror of https://github.com/sbt/sbt.git
Merge pull request #7651 from lervag/patch-2
fix: serverIdleTimeOut -> serverIdleTimeout
This commit is contained in:
commit
941ae3d2c8
|
|
@ -94,7 +94,7 @@ object BasicKeys {
|
|||
|
||||
val serverIdleTimeout =
|
||||
AttributeKey[Option[FiniteDuration]](
|
||||
"serverIdleTimeOut",
|
||||
"serverIdleTimeout",
|
||||
"If set to a defined value, sbt server will exit if it goes at least the specified duration without receiving any commands.",
|
||||
10000
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue