Skip to content

Commit dac12be

Browse files
committed
Fixing bug introduced in a5533e2 wrt MaxRetryMS
1 parent 8eab81c commit dac12be

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
152 Bytes
Binary file not shown.

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ var common = require('./common');
4848
var async = require('async');
4949
var uuid = require('uuid');
5050
const {Client} = require('pg');
51+
const maxRetryMS = 200;
5152

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

0 commit comments

Comments
 (0)