Skip to content

Commit

Permalink
Improve docs for od_url_metric_freshness_ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter authored Nov 26, 2024
1 parent 08ccf2b commit f879c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/optimization-detective/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ add_filter( 'od_url_metric_freshness_ttl', static function (): int {
} );
`

During development, this can be useful to set to zero:
During development, this can be useful to set to zero so that you don't have to wait for new URL Metrics to be requested when engineering a new optimization:

`
<?php
Expand Down

0 comments on commit f879c22

Please sign in to comment.