mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 20:44:18 +00:00
📔 Decrease crawler timer to 5 mins
This commit is contained in:
parent
ffa1a48dc2
commit
d0ec9fb366
1 changed files with 3 additions and 3 deletions
|
@ -394,11 +394,11 @@ Si inseriscano all'interno del file le seguenti direttive:
|
||||||
.. code-block:: systemd
|
.. code-block:: systemd
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Run nest-crawler every 60 minutes
|
Description=Run nest-crawler every 5 minutes
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=60min
|
OnBootSec=5min
|
||||||
OnUnitActiveSec=60min
|
OnUnitActiveSec=5min
|
||||||
Unit=nest-crawler.service
|
Unit=nest-crawler.service
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue