Restrict Request Size? #39
-
The max request size is 1 mb for me. Is there already any option to split data into smaller chunks and send them in seperate commands? |
Beta Was this translation helpful? Give feedback.
Answered by
tillkruss
Jan 2, 2024
Replies: 1 comment 4 replies
-
What do you mean by |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see. Paying $$$ on a per-request basis is gonna get expensive.
Redis Object Cache does not chunk Redis commands, so if your request size is over 1MB, it's probably your
alloptions
key which is just a messy WordPress relic. I'd suggest using a different Redis host, or slimming down your WordPress app.