I am running a cronjob that is suppose to run every 4 secconds. I have installed it like this but it will not run every 4 secconds. Instead it will run every 1 minute.
How do I make the cronjob execute the php every 4 secconds? I have been searching but all i can find is the sleep option, which is not working.
The hosting is using appache.
-
-
-
-
- sleep 4;wget -O /dev/null http://gdgsgsgsgs.web06543.jkhs-fd.nl/cron/serversided/cronServerSided.php
-
-
-