Skip to content

Commit

Permalink
Increase the lastmodified check interval from 5 to 20 seconds on cach…
Browse files Browse the repository at this point in the history
…ed images. Refs #11717
  • Loading branch information
stuartm committed Aug 2, 2013
1 parent d550033 commit 7bf68ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythuihelper.cpp
Expand Up @@ -1493,7 +1493,7 @@ MythImage *MythUIHelper::LoadCacheImage(QString srcfile, QString label,
// This code relaxes the original-file check so that the check
// isn't repeated if it was already done within kImageCacheTimeout
// seconds.
const uint kImageCacheTimeout = 5;
const uint kImageCacheTimeout = 20;
uint now = MythDate::current().toTime_t();

QMutexLocker locker(d->m_cacheLock);
Expand Down

0 comments on commit 7bf68ee

Please sign in to comment.