Skip to content

ObsidianCdpTransportOptions.leftoverMaxAgeInMilliseconds?

ObsidianCdpTransportOptions › leftoverMaxAgeInMilliseconds?

Type: number

How old a leftover directory must be before shouldSweepLeftovers removes it.

The gate matters most on desktop: runs are deliberately **not** serialized (each owns an isolated instance), and every project on the machine shares one temp directory, so a young temp-vault-* / userdata-* directory may well belong to a run that is still in flight. Raise it if a run of yours can outlive the default; set 0 to remove every match regardless of age.