@ -66,7 +67,7 @@ public final class plasmaSearchEvent {
publicstaticintworkerThreadCount=10;
publicstaticStringlastEventID="";
privatestaticConcurrentHashMap<String,plasmaSearchEvent>lastEvents=newConcurrentHashMap<String,plasmaSearchEvent>();// a cache for objects from this class: re-use old search requests
publicstaticfinallongeventLifetime=600000;// the time an event will stay in the cache, 10 Minutes
publicstaticfinallongeventLifetime=60000;// the time an event will stay in the cache, 1 Minute
privatestaticfinalintmax_results_preparation=300;
privatelongeventTime;
@ -215,6 +216,7 @@ public final class plasmaSearchEvent {