Skip to content

work around Binder 1MB limit for larger messages #610

Description

@tomholub

Most likely related to me recently changing message fetch size from 200kb to 1000kb.

list.writeString("BODY[]<0.1024000>")

There seems to be a hard-coded limit 1MB in Binder.

I'll lower it to 450kb for now. Very soon we should see if there is a way around that - eg chunk it up and send over binder in smaller chunks, or use a file, etc.

Originally posted by @tomholub in #609 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions