epggrab: increase default timeout to 600 seconds (10 minutes)
This commit is contained in:
parent
6a6d3f65e4
commit
b2b65ebc80
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ epggrab_ota_register
|
|||
{
|
||||
int save = 0;
|
||||
int interval = 3600;
|
||||
int timeout = 240;
|
||||
int timeout = 600;
|
||||
epggrab_ota_map_t *map;
|
||||
|
||||
if (ota == NULL) {
|
||||
|
|
Loading…
Add table
Reference in a new issue