Skip to content

Commit

Permalink
Merge pull request #75 from team5499/dev/startup
Browse files Browse the repository at this point in the history
Should be slightly faster
  • Loading branch information
andycate authored Mar 2, 2019
2 parents f5ffed3 + e39834a commit e38ab66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
}

group = 'org.team5499'
version = '0.11.0' /* Change this when deploying a new version */
version = '0.11.1' /* Change this when deploying a new version */

task sourcesJar(type: Jar) {
from sourceSets.main.allJava
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/team5499/dashboard/Dashboard.kt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ object Dashboard {
null
})

Spark.awaitInitialization()
// Spark.awaitInitialization()
SocketHandler.startBroadcastThread() // start broadcasting data
}

Expand Down

0 comments on commit e38ab66

Please sign in to comment.