Skip to content

Commit 10afe5c

Browse files
committed
improve inline context comment
1 parent ecb311c commit 10afe5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress-VIP-Go/ruleset.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
<severity>3</severity>
234234
</rule>
235235
<rule ref="WordPress.WP.CronInterval">
236-
<!-- cron is async on VIP batch containers, high frequency schedules will not impact performance. 60s is cron runner polling rate, so 60s is lowest on VIP -->
236+
<!-- cron runs async on VIP's batch containers, so high frequency schedules will not negatively impact performance. Cron runner polling interval is 60s, so make that the min -->
237237
<properties>
238238
<property name="min_interval" value="60"/>
239239
</properties>

0 commit comments

Comments
 (0)