Skip to content

Commit ceaf29f

Browse files
committedJan 6, 2014
Change the expiration timeout to one minute.
1 parent 9cc3576 commit ceaf29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/postgres/qgspostgresconnpool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <QCoreApplication>
2121

2222
#define POSTGRES_MAX_CONCURRENT_CONNS 4
23-
#define POSTGRES_CONN_EXPIRATION 10 // in seconds
23+
#define POSTGRES_CONN_EXPIRATION 60 // in seconds
2424

2525

2626

0 commit comments

Comments
 (0)
Please sign in to comment.