Re-enabled AllowedCompilers function
Added notice in OpenSim.ini that config refresh function is disabledThreadPoolClientBranch
parent
a004ea5f17
commit
b57d9be856
|
@ -247,7 +247,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||||
// Not allowed to compile to this language!
|
// Not allowed to compile to this language!
|
||||||
string errtext = String.Empty;
|
string errtext = String.Empty;
|
||||||
errtext += "The compiler for language \"" + l.ToString() + "\" is not in list of allowed compilers. Script will not be executed!";
|
errtext += "The compiler for language \"" + l.ToString() + "\" is not in list of allowed compilers. Script will not be executed!";
|
||||||
//throw new Exception(errtext);
|
throw new Exception(errtext);
|
||||||
}
|
}
|
||||||
|
|
||||||
string compileScript = Script;
|
string compileScript = Script;
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -145,6 +145,7 @@ script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll
|
||||||
; Set it to number of seconds between refresh, for example 30.
|
; Set it to number of seconds between refresh, for example 30.
|
||||||
; Will allow you to change ScriptEngine settings while server is running just by editing this file.
|
; Will allow you to change ScriptEngine settings while server is running just by editing this file.
|
||||||
; For example to increase or decrease number of threads.
|
; For example to increase or decrease number of threads.
|
||||||
|
; NOTE! Disabled for now. Feature does not work.
|
||||||
RefreshConfig=0
|
RefreshConfig=0
|
||||||
|
|
||||||
; Number of threads to use for script event execution
|
; Number of threads to use for script event execution
|
||||||
|
|
Loading…
Reference in New Issue