mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 08:39:03 +02:00
put host in error message
This commit is contained in:
@@ -45,7 +45,7 @@ module.exports = RedisSharelatex =
|
||||
_checkClient: (client, callback) ->
|
||||
callback = _.once(callback)
|
||||
timer = setTimeout () ->
|
||||
error = new Error("redis client ping check timed out")
|
||||
error = new Error("redis client ping check timed out #{client?.options?.host}")
|
||||
console.error {
|
||||
err: error,
|
||||
key: client.options?.key # only present for cluster
|
||||
|
||||
Reference in New Issue
Block a user