I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 7271289c authored by zzz's avatar zzz
Browse files

Shitlist: Reduce max time to 30m (was 60m)

parent 8421ae1e
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,9 @@ public class Shitlist {
Set transports;
}
public final static long SHITLIST_DURATION_MS = 40*60*1000; // 40 minute shitlist
public final static long SHITLIST_DURATION_MAX = 60*60*1000;
public final static long SHITLIST_DURATION_PARTIAL = 20*60*1000;
public final static long SHITLIST_DURATION_MS = 20*60*1000;
public final static long SHITLIST_DURATION_MAX = 30*60*1000;
public final static long SHITLIST_DURATION_PARTIAL = 10*60*1000;
public final static long SHITLIST_DURATION_FOREVER = 181l*24*60*60*1000; // will get rounded down to 180d on console
public final static long SHITLIST_CLEANER_START_DELAY = SHITLIST_DURATION_PARTIAL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment