Skip to content
Snippets Groups Projects
Commit 503ec6ef authored by Ananth Suryanarayana's avatar Ananth Suryanarayana
Browse files

Make prime2 static

parent 2e74ac1b
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ public abstract class ForwardingBase implements
// for broadcast loop suppression
protected boolean broadcastCacheFeature = true;
public final int prime1 = 2633; // for hash calculation
public final int prime2 = 4357; // for hash calculation
public final static int prime2 = 4357; // for hash calculation
public TimedCache<Long> broadcastCache =
new TimedCache<Long>(100, 5*1000); // 5 seconds interval;
......
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