Changeset 24010


Ignore:
Timestamp:
09/30/13 18:51:46 (10 years ago)
Author:
nit
Message:

[titan] decrease epg search time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/epgsearch.h

    r24001 r24010  
    1111        struct skin* tmp = NULL;
    1212        struct tm *loctime = NULL;
    13         time_t akttime = time(NULL) + 10800;
     13        time_t akttime = time(NULL) + 7200;
    1414 
    1515        if(search == NULL || strlen(search) < 2) return 1;
Note: See TracChangeset for help on using the changeset viewer.