Made the thread priority outwith the frame PRIORITY_MIN

This commit is contained in:
Robert Osfield
2004-01-28 20:17:10 +00:00
parent ef13d749ae
commit b49f70f0ef

View File

@@ -25,7 +25,7 @@ DatabasePager::DatabasePager()
_fileRequestListEmptyBlock = new Block;
_threadPriorityDuringFrame = PRIORITY_MIN;
_threadPriorityOutwithFrame = PRIORITY_NOMINAL;
_threadPriorityOutwithFrame = PRIORITY_MIN;
#if 1
_deleteRemovedSubgraphsInDatabaseThread = true;