Loading transfer_service/config/vos_ts.conf.sample +5 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,11 @@ no_reply_email = <noreply-vospace@mydomain.it> admin_email = <admin@mydomain.it> [monitoring] max_job_duration = { "days": 0, "hours": 0, "minutes": 0, "seconds": 60 } ; refresh time in seconds of the monitor process, default is 3 s delay_time = 3 ; threshold on the duration of the job execution phase, if exceeded ; an e-mail notification is sent max_job_duration = { "days": 0, "hours": 0, "minutes": 0, "seconds": 4 } [logging] ; log level, allowed values are: DEBUG, INFO, WARNING, ERROR, CRITICAL Loading Loading
transfer_service/config/vos_ts.conf.sample +5 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,11 @@ no_reply_email = <noreply-vospace@mydomain.it> admin_email = <admin@mydomain.it> [monitoring] max_job_duration = { "days": 0, "hours": 0, "minutes": 0, "seconds": 60 } ; refresh time in seconds of the monitor process, default is 3 s delay_time = 3 ; threshold on the duration of the job execution phase, if exceeded ; an e-mail notification is sent max_job_duration = { "days": 0, "hours": 0, "minutes": 0, "seconds": 4 } [logging] ; log level, allowed values are: DEBUG, INFO, WARNING, ERROR, CRITICAL Loading