mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 18:03:37 +02:00
default for ci_delay changed to 128
Origin commit data
------------------
Commit: 78e0931c72
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2020-02-12 (Wed, 12 Feb 2020)
This commit is contained in:
@@ -482,7 +482,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();
|
||||
|
Reference in New Issue
Block a user