You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Documentation**
- Expanded plugin development guides now include sections on scheduled
tasks, best practices for global instance plugins, application usage
scenarios, addressing rules, and plugin standards.
- **Chores**
- Upgraded the development mock dependency to improve reliability.
- Made internal enhancements to configuration and testing setups that
bolster overall system robustness.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
* @property {Number} httpAgent.maxFreeSockets - http agent max free socket number of one host, default is 256.
300
300
*
301
301
* @property {Boolean} httpsAgent.keepAlive - Enable https agent keepalive or not, default is true
302
-
* @property {Number} httpsAgent.freeSocketTimeout - httpss agent socket keepalive max free time, default is 4000 ms.
302
+
* @property {Number} httpsAgent.freeSocketTimeout - https agent socket keepalive max free time, default is 4000 ms.
303
303
* @property {Number} httpsAgent.maxSockets - https agent max socket number of one host, default is `Number.MAX_SAFE_INTEGER` @ses https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER
304
304
* @property {Number} httpsAgent.maxFreeSockets - https agent max free socket number of one host, default is 256.
305
305
* @property {Boolean} useHttpClientNext - use urllib@3 HttpClient
0 commit comments