Q about Staggered Versioning & deletion

Hi all,

When does ST iterate through a .stversions folder to clean up files with age > Max Age ?

Daily at midnight? Hourly? On rescan of shared folder? None of the above ?

source code seems to imply hourly : cleanInterval = 3600 // Default: clean once per hour

thx, Tom

Correct. It also cleans old versions of the file it is versioning, when it versions a file.

Looking at it now, I can see the hourly cleaning getting expensive once there are a lot of files versioned…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.