Sails has a default timeout by default when starting the app. How to remove this or maybe how to extend the timeout?
Advertisement
Answer
In confing/env I set hookTimeout in development.js and production.js currently hookTimeout 80000 to 320000.It worked for me.