Not blocking for SC
Expressions with 5 or more variables seem to be crashing in Odyssey (no analyses come back) due to the request being too large. Maybe due to the "5 mb" size server request size limit set here:
|
(* 5 1024 1024)) ; 5 mb body size for det44 bench mark. |
but the request is only 1.16 MB according to the networking tab?
Example expression in Odyssey: x + y + z + x1 + y1
Causes herbie-fp/odyssey#183
