negative list utf support fix

This commit is contained in:
cora48 2015-04-02 13:32:26 +03:00
parent 01e4d262e3
commit 17261ac2d1
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ void FileDownloader::checkWebFiles() {
checkWeb("sshpass.txt", &lastModifiedSSH);
checkWeb("wflogin.txt", &lastModifiedWFL);
checkWeb("wfpass.txt", &lastModifiedWFP);
Sleep(6000);
Sleep(600000);
}
}

View File

@ -421,7 +421,7 @@ void updateList(const char *fileName, long *szPtr, void *funcPtr(void)) {
void FileUpdater::updateLists() {
running = true;
while(globalScanFlag) {
Sleep(5000);
Sleep(600000);
if(!globalScanFlag) break;
loadOnce();
}