|
|
|
|
|
by brikym
62 days ago
|
|
There is always one thing that bites you because Cloudflare is different. I just built an AI game (sleuththetruth.com) and the primary reason it's so slow to prompt a new board is actually not because of AI latency. It's because CF workers have a limit of 6 connections (including spawned workers). There is no way to gulp down all the wiki images I want all at once. If I had put the backend on Railway I don't think I'd have this issue. |
|
Also note that as of recently, the concurrent limit applies only up to the point that response headers are received, not during body streaming.