Merge pull request #7651 from lervag/patch-2

fix: serverIdleTimeOut -> serverIdleTimeout
This commit is contained in:
eugene yokota 2024-09-12 02:26:24 -04:00 committed by GitHub
commit 941ae3d2c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
)