give up looking for unknowns quicker
This commit is contained in:
parent
27bd611047
commit
db97ee909b
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ function gather_unknown_hints(damus, pks, evids)
|
|||
|
||||
function get_non_expired_unknowns(unks, type)
|
||||
{
|
||||
const MAX_ATTEMPTS = 3
|
||||
const MAX_ATTEMPTS = 2
|
||||
|
||||
function sort_parent_created(a_id, b_id) {
|
||||
const a = unks[a_id]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue