Merge pull request #7673 from eed3si9n/bport/7651

[1.x] fix: serverIdleTimeOut -> serverIdleTimeout
This commit is contained in:
eugene yokota 2024-09-15 15:58:32 -04:00 committed by GitHub
commit 843c2c28a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
)