Skip to content

Commit

Permalink
fix: serverIdleTimeOut -> serverIdleTimeout
Browse files Browse the repository at this point in the history
Use consistent name for the option. The variable is named `serverIdleTimeout` and this also seems the proper camelcasing of the words.
  • Loading branch information
lervag authored and eed3si9n committed Sep 15, 2024
1 parent 2565b8c commit dd1218b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main-command/src/main/scala/sbt/BasicKeys.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit dd1218b

Please sign in to comment.