Skip to content

Commit

Permalink
Fixing bug introduced in a5533e2 wrt MaxRetryMS
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMeyers committed Sep 10, 2019
1 parent 8eab81c commit dac12be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified dist/AWSLambdaRedshiftLoader-2.7.0.zip
Binary file not shown.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ var common = require('./common');
var async = require('async');
var uuid = require('uuid');
const {Client} = require('pg');
const maxRetryMS = 200;

// empty import/invocation of the keepalive fix for node-postgres module
require('pg-ka-fix')();
Expand Down

0 comments on commit dac12be

Please sign in to comment.