Author: mes
Date: 2011-06-14 10:54:30 -0700 (Tue, 14 Jun 2011)
New Revision: 25747
Modified:
core3/event-impl/branches/nagling-events/impl/src/main/java/org/cytoscape/event/internal/CyEventHelperImpl.java
Log:
impl using delay constant
Modified:
core3/event-impl/branches/nagling-events/impl/src/main/java/org/cytoscape/event/internal/CyEventHelperImpl.java
===================================================================
---
core3/event-impl/branches/nagling-events/impl/src/main/java/org/cytoscape/event/internal/CyEventHelperImpl.java
2011-06-14 17:53:31 UTC (rev 25746)
+++
core3/event-impl/branches/nagling-events/impl/src/main/java/org/cytoscape/event/internal/CyEventHelperImpl.java
2011-06-14 17:54:30 UTC (rev 25747)
@@ -70,7 +70,7 @@
forceFirePayloadEvents();
}
};
- payloadEventMonitor.scheduleAtFixedRate(firingAgent, 100, 100,
TimeUnit.MILLISECONDS);
+ payloadEventMonitor.scheduleAtFixedRate(firingAgent,
CyEventHelper.DEFAULT_PAYLOAD_WAIT_TIME_MILLIS,
CyEventHelper.DEFAULT_PAYLOAD_WAIT_TIME_MILLIS, TimeUnit.MILLISECONDS);
}
@Override
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.