Skip to content

Commit

Permalink
Merge branch 'pitch-black-defense-after-10-minutes' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Apr 20, 2021
2 parents 7872926 + f98700e commit 74460f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freenet/node/LocationManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public void run() {
}
}
}
}, SECONDS.toMillis(60));
}, MINUTES.toMillis(10));
}

private void tryToRequestPitchBlackCheckFromYesterday(
Expand Down

0 comments on commit 74460f6

Please sign in to comment.