Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个程序来清除我的 Vault 中不相关的某些数据。我估计这个程序会生成数千个请求,以便完全处理所有数据。
我需要在我的代码中加入什么样的限制(每秒请求数/同时执行的请求数)?