mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
main generic use JobEngine also does not need a permanent thread.. actually doesn't even seem to be in use
This commit is contained in:
@@ -57,7 +57,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
|
||||
static WorkManager()
|
||||
{
|
||||
JobEngine = new JobEngine("Non-blocking non-critical job engine", "JOB ENGINE");
|
||||
JobEngine = new JobEngine("Non-blocking non-critical job engine", "JOB ENGINE", 30000);
|
||||
|
||||
StatsManager.RegisterStat(
|
||||
new Stat(
|
||||
|
||||
Reference in New Issue
Block a user