mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 12:34:19 +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
|
||||
|
||||
[Unit]
|
||||
Description=Run nest-crawler every 60 minutes
|
||||
Description=Run nest-crawler every 5 minutes
|
||||
|
||||
[Timer]
|
||||
OnBootSec=60min
|
||||
OnUnitActiveSec=60min
|
||||
OnBootSec=5min
|
||||
OnUnitActiveSec=5min
|
||||
Unit=nest-crawler.service
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue