Add comment

This commit is contained in:
Michael Jackson 2016-06-13 20:37:16 -07:00
parent 60f880ae9d
commit 930874c203

View File

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