Go to file
Dmitry Zaporozhan 492efd6678 Fixed EXT-6423(normal) - Windows viewer spends a minute clearing cache when there is no cache
Problem description:
The code that purges cache does not expect any folders there, error occurs when it tries to delete a file, which is actually a folder. To handle an error the code sleeps for 1 second and tries to delete the file 4 more times(sleeping for 1 second after each try).
Fix info:
Using LLFile::isDir to skip directories and only delete files.

Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/239/

--HG--
branch : product-engine
2010-04-16 09:25:40 +03:00
doc Fix-up of doc/contributions.txt (missed another one!), no functional changes 2010-03-13 20:04:54 +00:00
etc
indra Fixed EXT-6423(normal) - Windows viewer spends a minute clearing cache when there is no cache 2010-04-16 09:25:40 +03:00
scripts Update message template to agree with server-1-36 2010-02-11 18:58:33 -05:00
.hgignore
install.xml Update Linux build of LLQtWebKit library. 2010-04-07 15:55:21 +01:00