Pārlūkot izejas kodu

*** empty log message ***

Mike Goslin 25 gadi atpakaļ
vecāks
revīzija
960c2f103c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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) {
     downloader_cat.debug() 
       << "AsyncUtility::create_thread()" << endl;
-    _thread = thread::create(&st_callback, this);
+    _thread = thread::create(&st_callback, this, thread::PRIORITY_LOW);
     _threaded = true;
   }
 #endif