Skip to content

Commit

Permalink
Rever pooled connection usage
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Nov 10, 2023
1 parent f66da0d commit 5efa013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/reward-Dashboard.R
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ launchDashboard <- function(dashboardConfigPath,
cemConnectionDetails = config$cemConnectionDetails,
resultDatabaseSchema = resultDatabaseSchema,
vocabularyDatabaseSchema = vocabularyDatabaseSchema,
usePooledConnection = TRUE)
usePooledConnection = FALSE)

shiny::shinyApp(server = dashboardInstance, dashboardUi, enableBookmarking = "url")
}

0 comments on commit 5efa013

Please sign in to comment.