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:
parent
4c067a4449
commit
5409ff66ad
1 changed files with 3 additions and 3 deletions
|
@ -714,12 +714,12 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
</params>
|
</params>
|
||||||
|
|
||||||
<wildfire>
|
<wildfire>
|
||||||
<enabled type="bool" userarchive="y">true</enabled>
|
<enabled type="bool" userarchive="y">false</enabled>
|
||||||
<share-events type="bool" userarchive="y">false</share-events>
|
<share-events type="bool" userarchive="y">false</share-events>
|
||||||
<save-on-exit type="bool" userarchive="y">false</save-on-exit>
|
<save-on-exit type="bool" userarchive="y">false</save-on-exit>
|
||||||
<restore-on-startup type="bool" userarchive="y">false</restore-on-startup>
|
<restore-on-startup type="bool" userarchive="y">false</restore-on-startup>
|
||||||
<fire-on-crash type="bool" userarchive="y">true</fire-on-crash>
|
<fire-on-crash type="bool" userarchive="y">false</fire-on-crash>
|
||||||
<report-score type="bool" userarchive="y">true</report-score>
|
<report-score type="bool" userarchive="y">false</report-score>
|
||||||
<data type="string"/>
|
<data type="string"/>
|
||||||
</wildfire>
|
</wildfire>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue