Add comment

This commit is contained in:
Michael Jackson 2016-06-13 20:37:16 -07:00
parent 60f880ae9d
commit 930874c203
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ export const startServer = (serverConfig) => {
})
if (httpServer == null)
httpServer = server.listeningApp
httpServer = server.listeningApp // WebpackDevServer
// Max request timeout on Heroku is 30s, so set our
// timeout to 20s to make sure we don't hang.