From 38d6913847a5d8802acec09fa2a3fb04d43b39c9 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Sat, 9 Dec 2000 01:15:25 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/downloader/asyncUtility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/downloader/asyncUtility.cxx b/panda/src/downloader/asyncUtility.cxx index a6bfd459d1..5217c50a4a 100644 --- a/panda/src/downloader/asyncUtility.cxx +++ b/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::PRIORITY_LOW); + _thread = thread::create(&st_callback, this, thread::PRIORITY_HIGH); _threaded = true; } #endif