mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Turn on fastMode for map block queries to grid server if and only if grid is running MYSQL as the data source.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user