diff options
author | Justin Clark-Casey (justincc) | 2014-10-14 17:13:53 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-11-25 23:21:38 +0000 |
commit | 281969093f0b8ac7ba1d652671137ef2f86b82f5 (patch) | |
tree | 8521ebec76571c9e8a8b2244042d63bc98183702 | |
parent | If JobEngine is active, then use it to copy/rez attachments for an avatar ent... (diff) | |
download | opensim-SC_OLD-281969093f0b8ac7ba1d652671137ef2f86b82f5.zip opensim-SC_OLD-281969093f0b8ac7ba1d652671137ef2f86b82f5.tar.gz opensim-SC_OLD-281969093f0b8ac7ba1d652671137ef2f86b82f5.tar.bz2 opensim-SC_OLD-281969093f0b8ac7ba1d652671137ef2f86b82f5.tar.xz |
Start JobEngine by default in simulator for now.
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index ab606a3..20401f1 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -337,6 +337,8 @@ namespace OpenSim | |||
337 | { | 337 | { |
338 | // Called from base.StartUp() | 338 | // Called from base.StartUp() |
339 | 339 | ||
340 | Watchdog.JobEngine.Start(); | ||
341 | |||
340 | m_httpServerPort = m_networkServersInfo.HttpListenerPort; | 342 | m_httpServerPort = m_networkServersInfo.HttpListenerPort; |
341 | SceneManager.OnRestartSim += HandleRestartRegion; | 343 | SceneManager.OnRestartSim += HandleRestartRegion; |
342 | 344 | ||