Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
7806cef5
Commit
7806cef5
authored
Dec 16, 2022
by
Dave Cooper
Browse files
don't clear nil sessions without checking if they are shared
parent
28bf5c5d
Pipeline
#7621
passed with stages
in 5 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gwl/gwl-session/source/functions.lisp
View file @
7806cef5
...
...
@@ -39,7 +39,7 @@
(
do
()(
nil
)
(
sleep
(
*
minutes
60
))
(
when
debug?
(
format
t
"~&Reaper waking up...~%"
))
(
clear-nil-sessions
)
;;
(clear-nil-sessions)
(
when
*reap-expired-sessions?*
(
maphash
#'
(
lambda
(
key
val
)
(
declare
(
ignore
key
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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