diff options
author | Melanie Thielker | 2016-12-20 17:10:33 +0000 |
---|---|---|
committer | Melanie Thielker | 2016-12-20 17:10:33 +0000 |
commit | 90be8d78c31d583eedd591f6c569efc38960e1dc (patch) | |
tree | fe02c22862159847b300c8649ece0475efab09d1 /OpenSim/Region/Application | |
parent | remove obsolete config option "storage_prim_inventories" (diff) | |
download | opensim-SC_OLD-90be8d78c31d583eedd591f6c569efc38960e1dc.zip opensim-SC_OLD-90be8d78c31d583eedd591f6c569efc38960e1dc.tar.gz opensim-SC_OLD-90be8d78c31d583eedd591f6c569efc38960e1dc.tar.bz2 opensim-SC_OLD-90be8d78c31d583eedd591f6c569efc38960e1dc.tar.xz |
Remove obsolete config option "EventQueue". It's been always on for ages!
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/ConfigurationLoader.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs index 522fe0e..4f141a6 100644 --- a/OpenSim/Region/Application/ConfigurationLoader.cs +++ b/OpenSim/Region/Application/ConfigurationLoader.cs | |||
@@ -352,8 +352,6 @@ namespace OpenSim | |||
352 | config.Set("shutdown_console_commands_file", String.Empty); | 352 | config.Set("shutdown_console_commands_file", String.Empty); |
353 | config.Set("DefaultScriptEngine", "XEngine"); | 353 | config.Set("DefaultScriptEngine", "XEngine"); |
354 | config.Set("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll"); | 354 | config.Set("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll"); |
355 | // life doesn't really work without this | ||
356 | config.Set("EventQueue", true); | ||
357 | } | 355 | } |
358 | 356 | ||
359 | { | 357 | { |