- Timestamp:
- 07/14/16 22:23:38 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfPeerListManager.cs
r14061 r14074 34 34 Task.Factory.StartNew(() => RefreshPeerList(this, null), TaskCreationOptions.LongRunning); 35 35 //Start heartbeat timer 36 timer = new Timer(1000 * 10); //each 10 seconds36 timer = new Timer(1000 * 30); //each 30 seconds 37 37 timer.Elapsed += RefreshPeerList; 38 38 timer.Start();
Note: See TracChangeset
for help on using the changeset viewer.