#1862 closed defect

Triggering garbage collection — at Initial Version

Reported by: tryb Owned by: davidsarah
Priority: normal Milestone: eventually
Component: code-storage Version: 1.9.2
Keywords: garbage collection expiration docs leasedb Cc:
Launchpad Bug:

Description

Hello,

Default Tahoe's file expiration time is 1 month. It is possible to set it for 1 day. I would like to have it at least 1 hour.

I found on server.py something like this:

expire_time = time.time() + 31*24*60*60

If I will change this to 60*60 would I have expiration time set to one hour?

Regards

Change History (0)

Note: See TracTickets for help on using tickets.