From 192a1bdb76622334491f7ddc6f5834bec90ff31e Mon Sep 17 00:00:00 2001 From: JD Date: Mon, 14 Jun 2021 11:42:05 -0700 Subject: [PATCH] rm spool_fetch_msg https://github.com/slact/nchan/issues/534 --- src/store/spool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/spool.c b/src/store/spool.c index 1e1592ade..525baf2f4 100755 --- a/src/store/spool.c +++ b/src/store/spool.c @@ -388,7 +388,7 @@ static ngx_int_t spool_fetch_msg_callback(ngx_int_t code, nchan_msg_t *msg, fetc if(spool->reserved == 0) { destroy_spool(spool); } - spool_fetch_msg(nuspool); + // spool_fetch_msg(nuspool); } else if(spool->id.tagcount == 1 && nchan_compare_msgids(&spool->id, &oldest_msg_id) == 0) { // oldest msgid not found or expired. that means there are no messages in this channel,