aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-03-26 23:43:49 +0000
committerJustin Clark-Casey (justincc)2014-03-26 23:43:49 +0000
commite7fa8a4699034a7387049c74edce128180e9f1d2 (patch)
treea65ead13d0cddf03d2796578e0ba11f929657160 /bin
parentAdd LuciusSirnah to contributors list (diff)
downloadopensim-SC_OLD-e7fa8a4699034a7387049c74edce128180e9f1d2.zip
opensim-SC_OLD-e7fa8a4699034a7387049c74edce128180e9f1d2.tar.gz
opensim-SC_OLD-e7fa8a4699034a7387049c74edce128180e9f1d2.tar.bz2
opensim-SC_OLD-e7fa8a4699034a7387049c74edce128180e9f1d2.tar.xz
minor: change misspelling of overriden to overridden in comments within config files
Thanks to aiaustin for the spot.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example14
-rw-r--r--bin/OpenSimDefaults.ini10
2 files changed, 12 insertions, 12 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index b6fba8b..66504c5 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -103,36 +103,36 @@
103 103
104 ;# {NonPhysicalPrimMin} {} {Minimum size of nonphysical prims?} {} 0.001 104 ;# {NonPhysicalPrimMin} {} {Minimum size of nonphysical prims?} {} 0.001
105 ;; Minimum size for non-physical prims. Affects resizing of existing 105 ;; Minimum size for non-physical prims. Affects resizing of existing
106 ;; prims. This can be overriden in the region config file (as 106 ;; prims. This can be overridden in the region config file (as
107 ;; NonPhysicalPrimMin!). 107 ;; NonPhysicalPrimMin!).
108 ; NonPhysicalPrimMin = 0.001 108 ; NonPhysicalPrimMin = 0.001
109 109
110 ;# {NonPhysicalPrimMax} {} {Maximum size of nonphysical prims?} {} 256 110 ;# {NonPhysicalPrimMax} {} {Maximum size of nonphysical prims?} {} 256
111 ;; Maximum size for non-physical prims. Affects resizing of existing 111 ;; Maximum size for non-physical prims. Affects resizing of existing
112 ;; prims. This can be overriden in the region config file (as 112 ;; prims. This can be overridden in the region config file (as
113 ;; NonPhysicalPrimMax!). 113 ;; NonPhysicalPrimMax!).
114 ; NonPhysicalPrimMax = 256 114 ; NonPhysicalPrimMax = 256
115 115
116 ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 0.01 116 ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 0.01
117 ;; Maximum size where a prim can be physical. Affects resizing of 117 ;; Maximum size where a prim can be physical. Affects resizing of
118 ;; existing prims. This can be overriden in the region config file. 118 ;; existing prims. This can be overridden in the region config file.
119 ; PhysicalPrimMin = 0.01 119 ; PhysicalPrimMin = 0.01
120 120
121 ;# {PhysicalPrimMax} {} {Maximum size of physical prims?} {} 64 121 ;# {PhysicalPrimMax} {} {Maximum size of physical prims?} {} 64
122 ;; Maximum size where a prim can be physical. Affects resizing of 122 ;; Maximum size where a prim can be physical. Affects resizing of
123 ;; existing prims. This can be overriden in the region config file. 123 ;; existing prims. This can be overridden in the region config file.
124 ; PhysicalPrimMax = 64 124 ; PhysicalPrimMax = 64
125 125
126 ;# {ClampPrimSize} {} {Clamp viewer rezzed prims to max sizes?} {true false} false 126 ;# {ClampPrimSize} {} {Clamp viewer rezzed prims to max sizes?} {true false} false
127 ;; If a viewer attempts to rez a prim larger than the non-physical or 127 ;; If a viewer attempts to rez a prim larger than the non-physical or
128 ;; physical prim max, clamp the dimensions to the appropriate maximum 128 ;; physical prim max, clamp the dimensions to the appropriate maximum
129 ;; This can be overriden in the region config file. 129 ;; This can be overridden in the region config file.
130 ; ClampPrimSize = false 130 ; ClampPrimSize = false
131 131
132 ;# {LinksetPrims} {} {Max prims an object will hold?} {} 0 132 ;# {LinksetPrims} {} {Max prims an object will hold?} {} 0
133 ;; Maximum number of prims allowable in a linkset. Affects creating new 133 ;; Maximum number of prims allowable in a linkset. Affects creating new
134 ;; linksets. Ignored if less than or equal to zero. 134 ;; linksets. Ignored if less than or equal to zero.
135 ;; This can be overriden in the region config file. 135 ;; This can be overridden in the region config file.
136 ; LinksetPrims = 0 136 ; LinksetPrims = 0
137 137
138 ;# {AllowScriptCrossing} {} {Allow scripts to cross into this region} {true false} true 138 ;# {AllowScriptCrossing} {} {Allow scripts to cross into this region} {true false} true
@@ -278,7 +278,7 @@
278 ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true 278 ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true
279 ;; Map tile options. 279 ;; Map tile options.
280 ;; If true, then maptiles are generated using the MapImageModule below. 280 ;; If true, then maptiles are generated using the MapImageModule below.
281 ;; If false then the texture referenced by MaptileStaticUUID is used instead, which can also be overriden 281 ;; If false then the texture referenced by MaptileStaticUUID is used instead, which can also be overridden
282 ;; in individual region config file(s). If you do not want to upload map tiles at all, then you will need 282 ;; in individual region config file(s). If you do not want to upload map tiles at all, then you will need
283 ;; both to set this to false and comment out the [Modules] MapImageServiceModule setting in config-include/ 283 ;; both to set this to false and comment out the [Modules] MapImageServiceModule setting in config-include/
284 ; GenerateMaptiles = true 284 ; GenerateMaptiles = true
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 91fd05d..fca0b49 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -99,18 +99,18 @@
99 ; Increasing this number will increase memory usage. 99 ; Increasing this number will increase memory usage.
100 MaxPrimUndos = 20 100 MaxPrimUndos = 20
101 101
102 ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!). 102 ; Maximum size of non physical prims. Affects resizing of existing prims. This can be overridden in the region config file (as NonPhysicalPrimMax!).
103 NonPhysicalPrimMax = 256 103 NonPhysicalPrimMax = 256
104 104
105 ; Maximum size of physical prims. Affects resizing of existing prims. This can be overriden in the region config file. 105 ; Maximum size of physical prims. Affects resizing of existing prims. This can be overridden in the region config file.
106 PhysicalPrimMax = 64 106 PhysicalPrimMax = 64
107 107
108 ; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum 108 ; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum
109 ; This can be overriden in the region config file. 109 ; This can be overridden in the region config file.
110 ClampPrimSize = false 110 ClampPrimSize = false
111 111
112 ; Maximum number of prims allowable in a linkset. Affects creating new linksets. Ignored if less than or equal to zero. 112 ; Maximum number of prims allowable in a linkset. Affects creating new linksets. Ignored if less than or equal to zero.
113 ; This can be overriden in the region config file. 113 ; This can be overridden in the region config file.
114 LinksetPrims = 0 114 LinksetPrims = 0
115 115
116 ; Allow scripts to keep running when they cross region boundaries, rather than being restarted. State is reloaded on the destination region. 116 ; Allow scripts to keep running when they cross region boundaries, rather than being restarted. State is reloaded on the destination region.
@@ -522,7 +522,7 @@
522 enable_adaptive_throttles = true 522 enable_adaptive_throttles = true
523 523
524 ; Per-client bytes per second rates for the various throttle categories. 524 ; Per-client bytes per second rates for the various throttle categories.
525 ; These are default values that will be overriden by clients. These 525 ; These are default values that will be overridden by clients. These
526 ; defaults are approximately equivalent to the throttles set by the Imprudence 526 ; defaults are approximately equivalent to the throttles set by the Imprudence
527 ; viewer when maximum bandwidth is set to 350kbps 527 ; viewer when maximum bandwidth is set to 350kbps
528 528