1
0
Fork 0

Because wild fire is still an "experimental" feature (i.e. default operation

can lead to extreme performance reduction in a relatively short time.)
Let's set the default mode to "off".

Users can turn on the various components of this features according to
their own preferences and those preferences are then autosaved.
This commit is contained in:
curt 2009-02-16 17:02:48 +00:00
parent 4c067a4449
commit 5409ff66ad

View file

@ -714,12 +714,12 @@ Started September 2000 by David Megginson, david@megginson.com
</params>
<wildfire>
<enabled type="bool" userarchive="y">true</enabled>
<enabled type="bool" userarchive="y">false</enabled>
<share-events type="bool" userarchive="y">false</share-events>
<save-on-exit type="bool" userarchive="y">false</save-on-exit>
<restore-on-startup type="bool" userarchive="y">false</restore-on-startup>
<fire-on-crash type="bool" userarchive="y">true</fire-on-crash>
<report-score type="bool" userarchive="y">true</report-score>
<fire-on-crash type="bool" userarchive="y">false</fire-on-crash>
<report-score type="bool" userarchive="y">false</report-score>
<data type="string"/>
</wildfire>