We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1d206 commit 2e9eca6Copy full SHA for 2e9eca6
WordPress-VIP-Go/ruleset.xml
@@ -251,5 +251,9 @@
251
<rule ref="WordPress.WP.AlternativeFunctions.file_system_operations_fclose">
252
<severity>0</severity>
253
</rule>
254
+ <rule ref="WordPress.WP.CronInterval.CronSchedulesInterval">
255
+ <!-- VIP's cron infrastructure can handle frequent and heavy crons, lower schedule intervals will not slow down the performance of the site -->
256
+ <severity>0</severity>
257
+ </rule>
258
259
</ruleset>
0 commit comments