From: Vsevolod Stakhov Date: Fri, 6 May 2016 16:28:46 +0000 (+0100) Subject: [Fix] Another try to fix hanged redis sessions X-Git-Tag: 1.3.0~530 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b295a4be34f1581b84d8f17f44c41a114dc91493;p=thirdparty%2Frspamd.git [Fix] Another try to fix hanged redis sessions --- diff --git a/src/lua/lua_redis.c b/src/lua/lua_redis.c index 920d8852a9..f899fa96b7 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;