Skip to content

Commit

Permalink
Modified sensibility suggested thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix128 committed May 31, 2017
1 parent 45801bc commit 20a6ac2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
</field>
<field id="min_impact_log" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Minimum impact score to log event</label>
<comment>0 to disable</comment>
<comment>0 to disable, suggested value: 3</comment>
</field>
<field id="min_impact_stop" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Minimum impact score to stop action</label>
<comment>0 to disable (WARNING: This module is still at beta level, do not use in production)</comment>
<comment>0 to disable, suggested level: 6 (WARNING: This module is still at beta level, do not use in production)</comment>
</field>
</group>
</section>
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<shield>
<enabled>0</enabled>
<min_impact_log>3</min_impact_log>
<min_impact_stop>4</min_impact_stop>
<min_impact_stop>6</min_impact_stop>
</shield>
</msp_securitysuite>
</default>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MSP_Shield" setup_version="1.0.1">
<module name="MSP_Shield" setup_version="1.0.2">
</module>
</config>

0 comments on commit 20a6ac2

Please sign in to comment.