forked from I2P_Developers/i2p.i2p
i2psnark: CSS tweaks so the refresh isn't as glitchy
Reduce default refresh to 15 sec bye whippy
This commit is contained in:
@ -162,7 +162,7 @@ public class SnarkManager implements CompleteListener, ClientApp {
|
||||
public static final int MIN_UP_BW = 10;
|
||||
public static final int DEFAULT_MAX_UP_BW = 25;
|
||||
public static final int DEFAULT_STARTUP_DELAY = 3;
|
||||
public static final int DEFAULT_REFRESH_DELAY_SECS = 60;
|
||||
public static final int DEFAULT_REFRESH_DELAY_SECS = 15;
|
||||
private static final int DEFAULT_PAGE_SIZE = 50;
|
||||
public static final int DEFAULT_TUNNEL_QUANTITY = 3;
|
||||
public static final String CONFIG_DIR_SUFFIX = ".d";
|
||||
|
Reference in New Issue
Block a user