diff options
| author | Ansariel <none@none> | 2017-04-27 19:19:11 +0200 | 
|---|---|---|
| committer | Ansariel <none@none> | 2017-04-27 19:19:11 +0200 | 
| commit | b59ac959fcf2f1f0435f965d2c7279f529f1ce5c (patch) | |
| tree | dc3383bbb92181483baae1394c93e7fcda534d4b /indra/newview/app_settings | |
| parent | d65e6e83821bf134805282e5c2ff66f76c819fe6 (diff) | |
MAINT-6519 Contribution, adds feature to replace inventory links
Diffstat (limited to 'indra/newview/app_settings')
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 962537bc12..f490551406 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -5450,6 +5450,28 @@        <key>Value</key>        <integer>1</integer>      </map> +    <key>LinkReplaceBatchSize</key> +    <map> +      <key>Comment</key> +      <string>The maximum size of a batch in a link replace operation</string> +      <key>Persist</key> +      <integer>1</integer> +      <key>Type</key> +      <string>U32</string> +      <key>Value</key> +      <integer>25</integer> +    </map> +    <key>LinkReplaceBatchPauseTime</key> +    <map> +      <key>Comment</key> +      <string>The time in seconds between two batches in a link replace operation</string> +      <key>Persist</key> +      <integer>1</integer> +      <key>Type</key> +      <string>F32</string> +      <key>Value</key> +      <real>1.0</real> +    </map>      <key>LipSyncAah</key>      <map>        <key>Comment</key> | 
