mysql - sails lift very slow exceeds 15 seconds -


i have macbook sata disk. have mysql running in local machine. npm test tried lift sails , run unit tests on it. takes more 15 seconds , have

this.timeout(15000); 

in bootstrap.test.js lifts sails server. have colleague pulling same code , able run

npm test  

in less 2 seconds. there mistake on laptop installing mysql in wrong directory. there way can improve speed of server.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -