mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #322, fix for non-firing timer. Also adjusted input counts for online data
This commit is contained in:
@@ -14,11 +14,7 @@ namespace BlackMisc
|
||||
|
||||
void CDigestSignal::ps_inputSignal()
|
||||
{
|
||||
if (m_timer.isActive())
|
||||
{
|
||||
m_timer.start();
|
||||
}
|
||||
|
||||
m_timer.start(); // start or restart
|
||||
m_inputsCount++;
|
||||
if (m_inputsCount >= m_maxInputsPerDigest)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user