Skip to content

Commit

Permalink
Change the expiration timeout to one minute.
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jan 6, 2014
1 parent 9cc3576 commit ceaf29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresconnpool.cpp
Expand Up @@ -20,7 +20,7 @@
#include <QCoreApplication>

#define POSTGRES_MAX_CONCURRENT_CONNS 4
#define POSTGRES_CONN_EXPIRATION 10 // in seconds
#define POSTGRES_CONN_EXPIRATION 60 // in seconds



Expand Down

0 comments on commit ceaf29f

Please sign in to comment.