diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-22 11:26:51 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-22 11:26:51 +0100 |
commit | 7a08baaa226ccfaa0daa30c4e5ad4b08a61fd846 (patch) | |
tree | 4621328cba6cf46c7c070b249a6f5e62815bc516 /glpi-dev.spec | |
parent | c0011352162c9ebed6faea4c0f4bdf035d3feb92 (diff) |
glpi: increase cron limit / frequency
Diffstat (limited to 'glpi-dev.spec')
-rw-r--r-- | glpi-dev.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glpi-dev.spec b/glpi-dev.spec index 3911ea1..19681ed 100644 --- a/glpi-dev.spec +++ b/glpi-dev.spec @@ -161,7 +161,7 @@ done cat >cron <<EOF # GLPI core # Run cron to execute task even when no user connected -*/3 * * * * apache %{_bindir}/php %{_datadir}/%{name}/front/cron.php +*/2 * * * * apache %{_bindir}/php %{_datadir}/%{name}/front/cron.php EOF |