Skip to content

Commit

Permalink
rm spool_fetch_msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfeser committed Jun 14, 2021
1 parent fb1155a commit 192a1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/spool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 192a1bd

Please sign in to comment.