diff options
| author | Glenn Glazer <coyot@lindenlab.com> | 2017-07-07 14:49:36 -0700 | 
|---|---|---|
| committer | Glenn Glazer <coyot@lindenlab.com> | 2017-07-07 14:49:36 -0700 | 
| commit | 510202a4e2e9f8c7f1c33b68c9623c917e14fc8b (patch) | |
| tree | 150c465d2fea354f4f14893a942363583a1c1cc8 | |
| parent | 5c1d9d65f65a1fadc00a0a81cf37d6389169b8c0 (diff) | |
MAINT-7571: detect if all HD cards are bad and addr is forced to 64, then stay at 64 bit
| -rw-r--r-- | indra/newview/app_settings/cmd_line.xml | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/app_settings/cmd_line.xml b/indra/newview/app_settings/cmd_line.xml index a9f6079630..f20c0fb89c 100644 --- a/indra/newview/app_settings/cmd_line.xml +++ b/indra/newview/app_settings/cmd_line.xml @@ -81,6 +81,14 @@        <key>map-to</key>        <string>PacketDropPercentage</string>      </map> +     +    <key>forceaddresssize</key> +    <map> +      <key>count</key> +      <integer>1</integer> +      <key>map-to</key> +      <string>CmdLineForceAddrSize</string> +    </map>      <key>god</key>      <map>  | 
