Removed the limit of QPS(per IP) on the CDN.
Because in rare cases, for example, when the admin user visits the theme customization page, there will be many more requests than usual, exceeding the number limit of QPS set on the CDN, then some URLs become unavailable, causing the page not work properly.
One approach is to raise the limit number of QPS, but since we have also set the bandwidth limit on the CDN, it’s OK to just remove the QPS limitation.
You may say, it’s meaningless to set these security rules for such an unknown site. Yes, it doesn’t make too much sense, and I don’t even expect other people to visit this site, it’s just a chitchat place for myself.
The reason is just for fun. Just like making a handcraft, there is always a desire to make it perfect.