*** empty log message ***

This commit is contained in:
Mike Goslin 2000-12-09 01:15:25 +00:00
parent f05f56ebf1
commit 38d6913847

View File

@ -61,7 +61,7 @@ create_thread(void) {
if (_threaded == false && _threads_enabled == true) {
downloader_cat.debug()
<< "AsyncUtility::create_thread()" << endl;
_thread = thread::create(&st_callback, this, thread::PRIORITY_LOW);
_thread = thread::create(&st_callback, this, thread::PRIORITY_HIGH);
_threaded = true;
}
#endif