You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error "Data limit reached while reading the request body." when using the rocket server
for implementing the ppsat algorithm in the MPC framework garble.
The code can be found here with a really quick way to set everything up explained: https://github.com/evilpoke/tandem-ppsat
You can find instructions on how to reproduce the error in the linked repository.
I already increased all the limits in the rocket.toml and also hardcoded the limits in code as can be seen in the code
I am pretty new to rust, so i am unsure where to look on how to fix this problem.
I really enjoy working with garble, but things like this makes me thing it scales poorlyI am fairly new to rust to pls have some mercy for obvious fixes. In that context I'd also appreciate it if you give me some pointers on how i would find a possible solution to this on my own
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I get this error "Data limit reached while reading the request body." when using the rocket server
for implementing the ppsat algorithm in the MPC framework garble.
The code can be found here with a really quick way to set everything up explained: https://github.com/evilpoke/tandem-ppsat
You can find instructions on how to reproduce the error in the linked repository.
I really enjoy working with garble, but things like this makes me thing it scales poorlyI am fairly new to rust to pls have some mercy for obvious fixes. In that context I'd also appreciate it if you give me some pointers on how i would find a possible solution to this on my own
Beta Was this translation helpful? Give feedback.
All reactions