8000 Fixes #36 (Client fails to retrieve items larger than 64 KB) by unbornchikken · Pull Request #37 · alexzel/iomem · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fixes #36 (Client fails to retrieve items larger than 64 KB) #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

unbornchikken
Copy link
Contributor

Fix for #36

@unbornchikken unbornchikken changed the title Fixes #36 Fixes #36 (Client fails to retrieve items larger than 64 KB) Oct 2, 2024
Copy link
Owner
@alexzel alexzel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution. Please see my comments. Also, would be good to add the corresponding test in client.test.js, but to make it work we need to increase max item size in Dockerfile:

-CMD echo $SASL_PASSWORD | saslpasswd2 -c memcached -p && exec memcached -S -u root
+CMD echo $SASL_PASSWORD | saslpasswd2 -c memcached -p && exec memcached -I 10m -S -u root

@unbornchikken
Copy link
Contributor Author

Repro unit test added.

@alexzel alexzel merged commit c8ff0a4 into alexzel:main Oct 2, 2024
1 check passed
@alexzel
Copy link
Owner
alexzel commented Oct 2, 2024

Please see the changes in v1.5.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0