default for ci_delay changed to 128

This commit is contained in:
BPanther
2020-02-12 23:43:38 +01:00
committed by Thilo Graf
parent 16c54c3ad4
commit 9098c651a3

View File

@@ -466,7 +466,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
g_settings.ci_rec_zapto = configfile.getInt32("ci_rec_zapto", 0);
g_settings.ci_mode = configfile.getInt32("ci_mode", 0);
#if BOXMODEL_VUPLUS
g_settings.ci_delay = configfile.getInt32("ci_delay", 256);
g_settings.ci_delay = configfile.getInt32("ci_delay", 128);
#endif
// ci-settings for each slot
unsigned int ci_slots = cCA::GetInstance()->GetNumberCISlots();