Remove obsolete config option "EventQueue". It's been always on for ages!

This commit is contained in:
Melanie Thielker
2016-12-20 17:10:33 +00:00
parent 66c18438f2
commit 90be8d78c3
4 changed files with 1 additions and 7 deletions

View File

@@ -272,8 +272,6 @@ namespace OpenSim.Tools.Configger
config.Set("shutdown_console_commands_file", String.Empty);
config.Set("DefaultScriptEngine", "XEngine");
config.Set("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll");
// life doesn't really work without this
config.Set("EventQueue", true);
}
return defaultConfig;