Skip to content

Commit

Permalink
Change 'imapct' to 'impact'.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipemenezes authored and trasher committed Jun 6, 2018
1 parent 1a259ab commit 7243bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/devapi/crontasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There are two ways to wake up the scheduler :
- when a user browses in GLPI (the internal mode)
- when the operating system's scheduler calls ``front/cron.php`` (the external mode)

When GLPI generates an HTML page for a browser, it adds an invisible image generated by ``front/cron.php``. This way, the automatic action runs in a separate process and does not imapct the user.
When GLPI generates an HTML page for a browser, it adds an invisible image generated by ``front/cron.php``. This way, the automatic action runs in a separate process and does not impact the user.

The automatic actions are defined by the `CronTask class <https://forge.glpi-project.org/apidoc/class-CronTask.html>`_. GLPI defines a lot of them for its own needs. They are created in the installation or upgrade process.

Expand Down

0 comments on commit 7243bcc

Please sign in to comment.