Commit 438270df authored by Jonathan Mang's avatar Jonathan Mang :bulb:
Browse files

chore: reverted second gc call on session reload

Showing with 1 addition and 5 deletions
+1 -5
......@@ -126,11 +126,7 @@ shiny::shinyServer(
# shinyjs::js$reset()
## New (since 2021-03-15):
rm(list = ls())
rm(rv)
# invisible(gc())
gc()
gc()
gc(reset = TRUE)
invisible(gc())
session$reload()
})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment