Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Jan 20, 2023
1 parent 16e1206 commit f409ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/InstallationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public function checkDataConsistency(){
{
$cronjob = new Cronjob();
$cronjob->setName('Kiss');
$cronjob->setDescription("This cronjob fires all the kiss actions every 5 minutes");
$cronjob->setDescription("This cronjob fires all the kiss actions every minute");
$cronjob->setThrows(['kiss.default.listens']);
$cronjob->setCrontab('*/1 * * * *');

Expand Down

0 comments on commit f409ce7

Please sign in to comment.