Turn on fastMode for map block queries to grid server if and only if grid is running MYSQL as the data source.

ThreadPoolClientBranch
Brian McBee 2008-02-02 18:25:17 +00:00
parent bd32563c4c
commit e2680342d1
1 changed files with 1 additions and 0 deletions

View File

@ -544,6 +544,7 @@ namespace OpenSim.Grid.GridServer
IList simProfileList = new ArrayList();
bool fastMode = false; // MySQL Only
fastMode = (config.DatabaseProvider == "OpenSim.Framework.Data.MySQL.dll");
if (fastMode)
{