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 Eugene Yokota
parent 2565b8c904
commit dd1218ba12
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,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
)