Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MIRACUM
dqa
DQAgui
Commits
438270df
Commit
438270df
authored
3 years ago
by
Jonathan Mang
Browse files
Options
Download
Email Patches
Plain Diff
chore: reverted second gc call on session reload
parent
cc8c0450
master
colored_diff_summary
development
development-Differences
feat_new_coreds
fix_no_timefiltering
fix_settings_from_env
lab-module
latest
time_compare_fix
trino
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.9
v0.1.8
v0.1.7
v0.1.6
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
inst/application/server.R
+1
-5
inst/application/server.R
with
1 addition
and
5 deletions
+1
-5
inst/application/server.R
+
1
-
5
View file @
438270df
...
...
@@ -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
()
})
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help