Home
last modified time | relevance | path

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

/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DOptions.cpp780 const int PostStrategyValues[] = { ppSequential, ppBalanced, ppAggressive, ppRocket }; in InitOptions() local
782 …tegy)ParseEnumValue(OPTION_POSTSTRATEGY, PostStrategyCount, PostStrategyNames, PostStrategyValues); in InitOptions()