To change the interval:
Open the file: app/Config/App.php
Add or modify the following line:
public $minimum_cron_interval_seconds = 60;
This example sets the minimum interval to 60 seconds.
Note: Lowering the interval may increase server load, so adjust it carefully based on your server capacity.