Skip to content
Permalink
Browse files
Change the expiration timeout to one minute.
  • Loading branch information
wonder-sk committed Jan 6, 2014
1 parent 9cc3576 commit ceaf29f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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



0 comments on commit ceaf29f

Please sign in to comment.