From b49f70f0ef06404c3598e6a2c926fd05eada4928 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 28 Jan 2004 20:17:10 +0000 Subject: [PATCH] Made the thread priority outwith the frame PRIORITY_MIN --- src/osgDB/DatabasePager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgDB/DatabasePager.cpp b/src/osgDB/DatabasePager.cpp index bfc0b3028..df319c668 100644 --- a/src/osgDB/DatabasePager.cpp +++ b/src/osgDB/DatabasePager.cpp @@ -25,7 +25,7 @@ DatabasePager::DatabasePager() _fileRequestListEmptyBlock = new Block; _threadPriorityDuringFrame = PRIORITY_MIN; - _threadPriorityOutwithFrame = PRIORITY_NOMINAL; + _threadPriorityOutwithFrame = PRIORITY_MIN; #if 1 _deleteRemovedSubgraphsInDatabaseThread = true;