We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f659ec5 commit 2b8736bCopy full SHA for 2b8736b
src/include/config.h.in
@@ -324,12 +324,11 @@ extern void srandom(int seed);
324
325
/*
326
* As soon as the backend blocks on a lock, it waits this number of seconds
327
- * before checking for a deadlock. If not, it keeps checking every this
328
- * number of seconds.
+ * before checking for a deadlock.
329
* We don't check for deadlocks just before sleeping because a deadlock is
330
* a rare event, and checking is an expensive operation.
331
*/
332
-#define DEADLOCK_CHECK_TIMER 60
+#define DEADLOCK_CHECK_TIMER 1
333
334
335
* This flag enables the use of idexes in plans generated for function
0 commit comments