Opened at 2012-11-16T14:38:11Z
Last modified at 2014-03-05T02:58:25Z
#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
Note: See
TracTickets for help on using
tickets.