mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
fix bad format string
This commit is contained in:
@@ -1768,6 +1768,9 @@
|
||||
|
||||
MinTimerInterval = 0.1
|
||||
|
||||
; Rate to poll for asynchronous command replies (ms)
|
||||
;AsyncLLCommandLoopms = 100
|
||||
|
||||
; scripts states and cache parent folder location
|
||||
;ScriptEnginesPath="ScriptEngines"
|
||||
|
||||
@@ -1825,8 +1828,7 @@
|
||||
ScriptStopStrategy = co-op
|
||||
|
||||
; Rate to poll for asynchronous command replies (ms)
|
||||
; currently unused
|
||||
;AsyncLLCommandLoopms = 50
|
||||
;AsyncLLCommandLoopms = 100
|
||||
|
||||
; Save the source of all compiled scripts
|
||||
WriteScriptSourceToDebugFile = false
|
||||
|
||||
Reference in New Issue
Block a user