mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-12-26 17:23:38 +00:00
Deleted useless recalculation of queue_retry_max.
This commit is contained in:
parent
ebf6a4bd8e
commit
9cfce7a4bd
1 changed files with 0 additions and 2 deletions
|
@ -2516,8 +2516,6 @@ void process_queue_item(xs_dict *q_item)
|
|||
|
||||
if (r == 0) {
|
||||
/* transient error? retry */
|
||||
int queue_retry_max = xs_number_get(xs_dict_get(srv_config, "queue_retry_max"));
|
||||
|
||||
if (retries > queue_retry_max)
|
||||
srv_log(xs_fmt("shared input giving up"));
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue