Home
last modified time | relevance | path

Searched refs:GetEventInterval (Results 1 – 2 of 2) sorted by relevance

/dports/news/nzbget/nzbget-21.1/daemon/extension/
H A DQueueScript.cpp284 (g_Options->GetEventInterval() == -1 || in EnqueueScript()
285 (g_Options->GetEventInterval() > 0 && curTime - nzbInfo->GetQueueScriptTime() > 0 && in EnqueueScript()
286 (int)(curTime - nzbInfo->GetQueueScriptTime()) < g_Options->GetEventInterval()))) in EnqueueScript()
/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DOptions.h295 int GetEventInterval() { return m_eventInterval; } in GetEventInterval() function