Turn on fastMode for map block queries to grid server if and only if grid is running MYSQL as the data source.
parent
bd32563c4c
commit
e2680342d1
|
@ -544,6 +544,7 @@ namespace OpenSim.Grid.GridServer
|
||||||
IList simProfileList = new ArrayList();
|
IList simProfileList = new ArrayList();
|
||||||
|
|
||||||
bool fastMode = false; // MySQL Only
|
bool fastMode = false; // MySQL Only
|
||||||
|
fastMode = (config.DatabaseProvider == "OpenSim.Framework.Data.MySQL.dll");
|
||||||
|
|
||||||
if (fastMode)
|
if (fastMode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue