Opened at 2015-04-28T22:50:34Z
Last modified at 2016-03-21T17:24:23Z
#2412 closed defect
teach drop uploader to use an iterative deque processing algorithm — at Initial Version
Reported by: | dawuud | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-magic-folder | Version: | 1.10.0 |
Keywords: | magic-folder reliability blocks-merge | Cc: | |
Launchpad Bug: |
Description
In my branch or in the current "magic folder" dev branch 2406.otf-objective-2.3.1-fix-upload-deque we have lazily evaluated upload deque implemented using recursing which may cause python's function call stack size limit to be imposed upon the functioning of the drop uploader deque. this means that the number of items that the uploader deque can process without an "empty" will be artificially limited.
Note: See
TracTickets for help on using
tickets.