epggrab: increase default timeout to 600 seconds (10 minutes)

This commit is contained in:
Jaroslav Kysela 2014-06-29 16:44:23 +02:00
parent 6a6d3f65e4
commit b2b65ebc80

View file

@ -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) {