var http = require( http ).globalAgent.maxSockets = 99;
TypeError: Cannot set property maxSockets of undefined
我想把最多者的人数排在99人,不管怎样。 但是,当我装上这一条线时,它说,全球剂没有界定?
Also - if I put this line of code in my app.js, will it hold throughout my entire project? For example, if I require another module, which that module requires "request" module...and that request module requires http...will it keep maxSockets at 99 because I have this line of code early in my app.js before everything else?
基本上,我只想在座各位及其所有分册和所有分册中拿出99份最高票。