Skip to content

Commit

Permalink
Router: RefreshRoutersJob: make EXPIRE privatee
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Nov 6, 2023
1 parent 4b40314 commit 36d9473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class RefreshRoutersJob extends JobImpl {
* Don't go faster as this overloads the expl. OBEP / IBGW
*/
private final static long RERUN_DELAY_MS = 2500;
public final static long EXPIRE = 2*60*60*1000;
private final static long EXPIRE = 2*60*60*1000;
private final static long NEW_LOOP_DELAY = 37*60*1000;
private static final int ENOUGH_FFS = 3 * StartExplorersJob.LOW_FFS;

Expand Down

0 comments on commit 36d9473

Please sign in to comment.