When Floway is deployed to Cloudflare Workers, it would throw Cloudflare error code 1102 (CPU Time Limit Exceeded or Memory Limit Exceeded).
After investigating into it, I found that every image in seesion would be stored as base64 in json which makes a context of 120MB.
When Floway is deployed to Cloudflare Workers, it would throw Cloudflare error code 1102 (CPU Time Limit Exceeded or Memory Limit Exceeded).
After investigating into it, I found that every image in seesion would be stored as base64 in json which makes a context of 120MB.