Add comment
This commit is contained in:
parent
60f880ae9d
commit
930874c203
modules/server
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue