mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
LP-32 increase database threads
This commit is contained in:
parent
12f1359461
commit
b12cd4b2b6
@ -98,8 +98,8 @@ void OsgEarth::initialize()
|
||||
// setenv("OSG_ASSIGN_PBO_TO_IMAGES", "on", 0);
|
||||
|
||||
// Number of threads in the DatbasePager set up, inclusive of the number of http dedicated threads.
|
||||
osg::DisplaySettings::instance()->setNumOfDatabaseThreadsHint(6);
|
||||
osg::DisplaySettings::instance()->setNumOfHttpDatabaseThreadsHint(3);
|
||||
osg::DisplaySettings::instance()->setNumOfDatabaseThreadsHint(8);
|
||||
osg::DisplaySettings::instance()->setNumOfHttpDatabaseThreadsHint(4);
|
||||
|
||||
initializePathes();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user