clockwerk-opensim-config

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 6  →  ?path2? @ 7
/OpenSimDefaults.ini
@@ -57,6 +57,12 @@
; when running with the SmartThreadPool option above
MaxPoolThreads = 15
 
; Plugin Registry Location
; Set path to directory for plugin registry. Information about the
; registered repositories and installed plugins will be stored here.
; The OpenSim.exe process must have R/W access to the location.
; RegistryLocation = "."
 
; ##
; ## CLIENTS
; ##
@@ -93,18 +99,18 @@
; Increasing this number will increase memory usage.
MaxPrimUndos = 20
 
; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!).
; Maximum size of non physical prims. Affects resizing of existing prims. This can be overridden in the region config file (as NonPhysicalPrimMax!).
NonPhysicalPrimMax = 256
 
; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file.
PhysicalPrimMax = 10
; Maximum size of physical prims. Affects resizing of existing prims. This can be overridden in the region config file.
PhysicalPrimMax = 64
 
; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum
; This can be overriden in the region config file.
; This can be overridden in the region config file.
ClampPrimSize = false
; Maximum number of prims allowable in a linkset. Affects creating new linksets. Ignored if less than or equal to zero.
; This can be overriden in the region config file.
; This can be overridden in the region config file.
LinksetPrims = 0
 
; Allow scripts to keep running when they cross region boundaries, rather than being restarted. State is reloaded on the destination region.
@@ -286,7 +292,15 @@
; False items will be removed from the scene permanently
UseTrashOnDelete = True
 
; #
; # Logging
; #
 
; Force logging when the thread pool approaches an overload condition
; Provides useful data for post-mortem analysis even in a production
; system with reduced logging
LogOverloads = True
 
[Map]
;WorldMapModule = "WorldMap"
;MapImageModule = "MapImageModule"
@@ -516,7 +530,7 @@
enable_adaptive_throttles = true
 
; Per-client bytes per second rates for the various throttle categories.
; These are default values that will be overriden by clients. These
; These are default values that will be overridden by clients. These
; defaults are approximately equivalent to the throttles set by the Imprudence
; viewer when maximum bandwidth is set to 350kbps
 
@@ -1009,9 +1023,9 @@
 
; Avatar physics height adjustments.
; http://opensimulator.org/wiki/BulletSim#Adjusting_Avatar_Height
AvatarHeightLowFudge = -0.2 ; Adjustment at low end of height range
AvatarHeightMidFudge = 0.1 ; Adjustment at mid point of avatar height range
AvatarHeightHighFudge = 0.1 ; Adjustment at high end of height range
AvatarHeightLowFudge = 0 ; Adjustment at low end of height range
AvatarHeightMidFudge = 0 ; Adjustment at mid point of avatar height range
AvatarHeightHighFudge = 0 ; Adjustment at high end of height range
 
; Default linkset implmentation
; 'Constraint' uses physics constraints to hold linkset together. 'Compound'
@@ -1414,8 +1428,8 @@
; Default language for scripts
DefaultCompileLanguage = lsl
 
; List of allowed languages (lsl,vb,js,cs)
; AllowedCompilers=lsl,cs,js,vb.
; List of allowed languages (lsl,vb,cs)
; AllowedCompilers=lsl,cs,vb
; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk.
AllowedCompilers=lsl
 
@@ -1491,7 +1505,7 @@
 
; Minimum settable timer interval. Any timer setting less than this is
; rounded up to this minimum interval.
; MinTimerInterval = 0.01
; MinTimerInterval = 0.05
 
; Sensor settings
SensorMaxRange = 96.0
@@ -1791,6 +1805,9 @@
;; Default time interval (in ms) for the throttle service thread to wake up
Interval = 5000
 
[Dwell]
;; This enables the built in basic dwell module
DwellModule = DefaultDwellModule
 
[Modules]
Include-modules = "addon-modules/*/config/*.ini"
/config-include/Grid.ini
@@ -64,6 +64,3 @@
 
[MapImageService]
LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
 
; in minutes
RefreshTime = 60
/config-include/GridHypergrid.ini
@@ -96,6 +96,3 @@
 
[MapImageService]
LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
 
; in minutes
RefreshTime = 60
/config-include/Standalone.ini
@@ -12,6 +12,7 @@
AuthorizationServices = "LocalAuthorizationServicesConnector"
GridServices = "LocalGridServicesConnector"
PresenceServices = "LocalPresenceServicesConnector"
UserProfilesServices = "LocalUserProfilesServicesConnector"
UserAccountServices = "LocalUserAccountServicesConnector"
GridUserServices = "LocalGridUserServicesConnector"
SimulationServices = "LocalSimulationConnectorModule"
@@ -119,9 +120,6 @@
[MapImageService]
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
 
; in minutes
RefreshTime = 60
 
;; This should always be the very last thing on this file
[Includes]
Include-Common = "config-include/StandaloneCommon.ini"
/config-include/StandaloneHypergrid.ini
@@ -133,8 +133,6 @@
[MapImageService]
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
; in minutes
RefreshTime = 60
 
[GatekeeperService]
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"