This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andresilva
added
A2-insubstantial 👶
Pull request requires no code review (e.g., a sub-repository hash update).
M4-core ⛓
Core client code / Rust.
labels
Feb 21, 2018
tomusdrw
approved these changes
Feb 21, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. Might be good to actually set up different limits just for updater?
@tomusdrw Done. Should we decrease the original limit or leave it at 50MB as it was? |
@andresilva IMHO we should have 32MB (or 64MB) limit for dapps/content and then perhaps 128MB for the updater (to be future-proof). |
Does not compile |
andresilva
force-pushed
the
andre-increase-fetch-limit
branch
from
February 21, 2018 11:50
71ddc00
to
bb378da
Compare
Oops, fixed and increased the updater size limit to 128MB. |
NikVolf
changed the title
Increase max download limit to 64MB
Increase max download limit to 128MB
Feb 21, 2018
tomusdrw
pushed a commit
that referenced
this pull request
Feb 27, 2018
* fetch: increase max download limit to 64MB * parity: increase download size limit for updater service
Merged
tomusdrw
pushed a commit
that referenced
this pull request
Feb 27, 2018
* fetch: increase max download limit to 64MB * parity: increase download size limit for updater service
5chdn
pushed a commit
that referenced
this pull request
Feb 28, 2018
* Hardware-wallet/usb-subscribe-refactor (#7860) * Hardware-wallet fix * More fine-grained initilization of callbacks by vendorID, productID and usb class * Each device manufacturer gets a seperate handle thread each * Replaced "dummy for loop" with a delay to wait for the device to boot-up properly * Haven't been very carefully with checking dependencies cycles etc * Inline comments explaining where shortcuts have been taken * Need to test this on Windows machine and with Ledger (both models) Signed-off-by: niklasad1 <niklasadolfsson1@gmail.com> * Validate product_id of detected ledger devices * closed_device => unlocked_device * address comments * add target in debug * Address feedback * Remove thread joining in HardwareWalletManager * Remove thread handlers in HardwareWalletManager because this makes them unused * fixed broken logs (#7934) * fixed broken logs * bring back old lock order * removed bloom groups from blockchain * revert unrelated changes * simplify blockchain_block_blooms * Bump WS (#7952) * Calculate proper keccak256/sha3 using parity. (#7953) * Increase max download limit to 128MB (#7965) * fetch: increase max download limit to 64MB * parity: increase download size limit for updater service * Detect too large packets in snapshot sync. (#7977) * fix traces, removed bloomchain crate, closes #7228, closes #7167 (#7979) * Remvoe generator.rs * Make block generator easier to use (#7888) * Make block generator easier to use * applied review suggestions * rename BlockMetadata -> BlockOptions * removed redundant uses of blockchain generator and genereator.next().unwrap() calls
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A2-insubstantial 👶
Pull request requires no code review (e.g., a sub-repository hash update).
M4-core ⛓
Core client code / Rust.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
On macOS the
parity
binary is larger than 50MB and the auto-update failed because of this.2018-02-21 10:16:50 UTC Unable to fetch update (1.9.3-beta-804d…b95b): IO(Error { repr: Custom(Custom { kind: PermissionDenied, error: StringError("Size limit reached.") }) })