logclean-job: increase timer timeout to 5 minutes

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-02-27 15:26:25 +01:00
parent d31094d85c
commit b1ad100a50
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ logclean_service_name: 'logclean-job'
logclean_service_desc: 'Job for cleaning ElasticSearch cluster periodically.'
logclean_service_user: 'nobody'
logclean_service_after: 'docker.service'
logclean_service_timeout: 60
logclean_service_timeout: 300
logclean_timer_frequency: 'daily'