Skip to content

Commit

Permalink
[PR COMMENTS] Fix comment typo
Browse files Browse the repository at this point in the history
s/change/chance/
  • Loading branch information
julianknutsen committed Dec 9, 2019
1 parent 7b8d346 commit e8c8225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public void onDisconnect(CloseConnectionReason closeConnectionReason, Connection
// We only set the data back by half of the TTL and remove the data only if is has
// expired after that back dating.
// We might get connection drops which are not caused by the node going offline, so
// we give more tolerance with that approach, giving the node the change to
// we give more tolerance with that approach, giving the node the chance to
// refresh the TTL with a refresh message.
// We observed those issues during stress tests, but it might have been caused by the
// test set up (many nodes/connections over 1 router)
Expand Down

0 comments on commit e8c8225

Please sign in to comment.