Open Quinlivanner opened 4 months ago
@ccbikai Bro do u have any update for my issue?
This is a limitation of Cloudflare, there is currently no solution. If there is a better solution, please let us know
https://developers.cloudflare.com/kv/reference/how-kv-works/#performance
Is it possible to separate it from the cloudlfare dependency and deploy it on my own server?
This is a limitation of Cloudflare, there is currently no solution. If there is a better solution, please let us know
https://developers.cloudflare.com/kv/reference/how-kv-works/#performance
KV
is stored on cloudflare worldwide endpoint which takes time to update each endpoint. Use cloudflare d1
database insetad.
Data created through the API will take dozens of seconds to be accessed normally.
Suppose I create a new one through the api now. I use the returned data to request immediately and the result is 404. I can only access it normally after waiting for tens of seconds and seeing its existence on the web page.