mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Don't archive actor retry errors.
This commit is contained in:
parent
e89d21b247
commit
3ae5c1c037
1 changed files with 0 additions and 2 deletions
|
@ -2305,8 +2305,6 @@ void process_user_queue_item(snac *snac, xs_dict *q_item)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (!process_input_message(snac, msg, req)) {
|
if (!process_input_message(snac, msg, req)) {
|
||||||
srv_archive_error("input", "process_input_message", req, msg);
|
|
||||||
|
|
||||||
if (retries > queue_retry_max)
|
if (retries > queue_retry_max)
|
||||||
snac_log(snac, xs_fmt("input giving up"));
|
snac_log(snac, xs_fmt("input giving up"));
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue