Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
66f854fe
Commit
66f854fe
authored
Apr 23, 2015
by
Matt Lowe
Browse files
Changed to check every 10 mins
parent
e646122f
Changes
1
Show whitespace changes
Inline
Side-by-side
servatrice/src/servatrice.cpp
View file @
66f854fe
...
...
@@ -485,7 +485,7 @@ void Servatrice::shutdownTimeout()
{
--
shutdownMinutes
;
if
(
shutdownMinutes
<=
5
||
isFirstShutdownMessage
||
shutdownMinutes
%
2
0
==
0
)
{
if
(
shutdownMinutes
<=
5
||
isFirstShutdownMessage
||
shutdownMinutes
%
1
0
==
0
)
{
isFirstShutdownMessage
=
false
;
SessionEvent
*
se
;
if
(
shutdownMinutes
)
{
...
...
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