Max Queries per second for DO

In docs there is soft limit mentioned of 1000 queries per second per durable object. My question is, if I have class Page, and I create DO with .idFromName(pathname) , does it mean that each different path will get 1k queries per second limit? Or whole Page class gets 1k regardless of pathname?
2 Replies
kian
kian13mo ago
It's the limit for the individual object, so the path.
K
KOP13mo ago
Ok, thanks for clarifying this

Did you find this page helpful?