Per-node web temp directory #902
No reviewers
Labels
No Label
Benchmarking and Performance
HTTP Storage Protocol
Nevow Removal
Python 3 Porting
not-for-merge
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tahoe-lafs/tahoe-lafs#902
Loading…
Reference in New Issue
No description provided.
Delete Branch "3512.localized-tempdir"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1549
Codecov Report
98% <ø> (+2%)
95% <100%> (+1%)
88% <100%> (+1%)
83% <0%> (-1%)
100% <0%> (ø)
100% <0%> (ø)
97% <0%> (+1%)
95% <0%> (+1%)
Continue to review full report at Codecov.
👍 looks good, some inline comments/questions
Aaaaaaaaa, this was a class name??
possibly "_create_request" since it makes a new one every time?
Not necessarily asking for changes, but why not just
1024*1024+1
? What do we gain by trying a bunch of random sizes (instead of just one that we know is big enough)?Fortunately just a factory function not a class (or ... I dunno ... a partial application of a class?)
It's a more complete representation of the specification. We want anything this size or larger to behave this way, not just a single value. We do know now (at least we think we do) that all values at least this large behave the same ... but we might be wrong or the implementation might change in the future to invalidate this knowledge.
Oops, also:
Fixes: ticket:1549