mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 10:42:21 +00:00
negative list utf support fix
This commit is contained in:
parent
01e4d262e3
commit
17261ac2d1
@ -55,7 +55,7 @@ void FileDownloader::checkWebFiles() {
|
||||
checkWeb("sshpass.txt", &lastModifiedSSH);
|
||||
checkWeb("wflogin.txt", &lastModifiedWFL);
|
||||
checkWeb("wfpass.txt", &lastModifiedWFP);
|
||||
Sleep(6000);
|
||||
Sleep(600000);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user