From 960c2f103c092abf4a37a1e4a09fbfa680ea24fe Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Fri, 8 Dec 2000 23:46:56 +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 c5ce0cf9ea..a6bfd459d1 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 = thread::create(&st_callback, this, thread::PRIORITY_LOW); _threaded = true; } #endif