Explorar o código

*** empty log message ***

Mike Goslin %!s(int64=25) %!d(string=hai) anos
pai
achega
960c2f103c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      panda/src/downloader/asyncUtility.cxx

+ 1 - 1
panda/src/downloader/asyncUtility.cxx

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