Commit 260daa9f authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added 'async_recall' section in config file.

parent 1627ba2b
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -77,6 +77,16 @@ exec_wait_time = 15
; split data to be retrieved in blocks of a given size
block_size = 1 TB

[async_recall]
; update the 'async_trans' flag for the VOSpace nodes and delete the related files 
; on disk after a given amount of time specified here below.
; This amount of time is calculated as the difference between the current time 
; (periodically checked) and the 'endTime' parameter of the job
days = 7
hours = 0
minutes = 0
seconds = 0

[cleanup]
; Physically delete from disk all nodes previously deleted by the user via ui,
; that are older than a given amount of time specified here below