We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb0533 commit 3919d4fCopy full SHA for 3919d4f
app.js
@@ -229,7 +229,7 @@ process.on('uncaughtException', function (err) {
229
// install exit handler
230
function handleTermSignals () {
231
logger.info('hackmd has been killed by signal, try to exit gracefully...')
232
- config.maintenance = true
+ realtime.maintenance = true
233
// disconnect all socket.io clients
234
Object.keys(io.sockets.sockets).forEach(function (key) {
235
var socket = io.sockets.sockets[key]
0 commit comments