I'd like to run cron every 5 minutes, but the UI doesn't offer any increment of time smaller than an hour. I'm assuming the solution is as simple as
- creating a feature module for the setting, and changing the integer to
300
(60 seconds × 5), OR - cracking open the database and changing the value to
300
.
Are there any hidden 'gotchas' with either of those approaches (or any reason they'll fail)? Is there a better way?