fix: serverIdleTimeOut -> serverIdleTimeout

Use consistent name for the option. The variable is named `serverIdleTimeout` and this also seems the proper camelcasing of the words.
This commit is contained in:
Karl Yngve Lervåg 2024-09-10 23:29:20 +02:00 committed by Karl Yngve Lervåg
parent 2686f4cd5b
commit 5387386c21
1 changed files with 1 additions and 1 deletions

View File

@ -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
)