mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 22:45:05 +00:00
Some tweaks to retry timeouts.
This commit is contained in:
parent
7de892bd83
commit
6e8e943b14
1 changed files with 1 additions and 1 deletions
|
@ -2220,7 +2220,7 @@ void process_queue_item(xs_dict *q_item)
|
|||
|
||||
/* deliver (if previous error status was a timeout, try now longer) */
|
||||
status = send_to_inbox_raw(keyid, seckey, inbox, msg,
|
||||
&payload, &p_size, p_status == 599 ? 20 : 3);
|
||||
&payload, &p_size, p_status == 599 ? 8 : 6);
|
||||
|
||||
if (payload) {
|
||||
if (p_size > 64) {
|
||||
|
|
Loading…
Reference in a new issue