1
0
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:
Philippe Renon 2016-06-24 02:52:53 +02:00
parent 12f1359461
commit b12cd4b2b6

View File

@ -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();