From b295a4be34f1581b84d8f17f44c41a114dc91493 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 6 May 2016 17:28:46 +0100 Subject: [PATCH] [Fix] Another try to fix hanged redis sessions --- src/lua/lua_redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua/lua_redis.c b/src/lua/lua_redis.c index 920d8852a..f899fa96b 100644 --- a/src/lua/lua_redis.c +++ b/src/lua/lua_redis.c @@ -403,7 +403,7 @@ lua_redis_timeout (int fd, short what, gpointer u) REDIS_RETAIN (ctx); msg_debug ("timeout while querying redis server"); - lua_redis_push_error ("timeout while connecting the server", ctx, sp_ud, FALSE); + lua_redis_push_error ("timeout while connecting the server", ctx, sp_ud, TRUE); if (sp_ud->c->ctx) { ac = sp_ud->c->ctx; -- 2.39.5