Skip to content

Commit

Permalink
Reduse number of retries
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Sep 27, 2023
1 parent c8c5e9e commit 05b4edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/epochs.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ function getRepeat(ssb, key) {
}
})
}),
{ numOfAttempts: 10 }
{ numOfAttempts: 5 }
)
}
function getGroupInit(ssb, groupId, cb) {
Expand Down

0 comments on commit 05b4edf

Please sign in to comment.