Skip to content

Commit aab8c70

Browse files
committed
Uncommented out wreck timeout.
1 parent de3d87d commit aab8c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const FETCH_ERROR_MSG = 'Requested resource returned a non 200 status code'
44

55
const config = require('./config')
66
const wreck = require('@hapi/wreck').defaults({
7-
// timeout: config.httpTimeoutMs
7+
timeout: config.httpTimeoutMs
88
})
99
let wreckExt
1010

0 commit comments

Comments
 (0)