Skip to content
Snippets Groups Projects
Commit 1092e0c2 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

Task #3715: Speedup of startup-sequence of the OnlineController.

parent 8f3413ff
No related branches found
No related tags found
No related merge requests found
......@@ -338,7 +338,7 @@ GCFEvent::TResult OnlineControl::initial_state(GCFEvent& event, GCFPortInterface
DPCreatedEvent dpEvent(event);
LOG_DEBUG_STR("Result of creating " << dpEvent.DPname << " = " << dpEvent.result);
itsTimerPort->cancelAllTimers();
itsTimerPort->setTimer(0.5);
itsTimerPort->setTimer(0.1);
}
break;
......@@ -399,7 +399,7 @@ GCFEvent::TResult OnlineControl::propset_state(GCFEvent& event, GCFPortInterface
DPCreatedEvent dpEvent(event);
LOG_DEBUG_STR("Result of creating " << dpEvent.DPname << " = " << dpEvent.result);
itsTimerPort->cancelAllTimers();
itsTimerPort->setTimer(0.5);
itsTimerPort->setTimer(0.1);
}
break;
......
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