aboutsummaryrefslogtreecommitdiffstats
path: root/tunable.h
diff options
context:
space:
mode:
Diffstat (limited to 'tunable.h')
-rw-r--r--tunable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tunable.h b/tunable.h
index 8046afc1..b6abc5f5 100644
--- a/tunable.h
+++ b/tunable.h
@@ -13,5 +13,8 @@
/* maximum consecutive timeouts to accept */
#define MAX_TIMEOUTS 20
+/* maximum consecutive lock-busy errors to accept */
+#define MAX_LOCKOUTS 5
+
/* default skipped message warning interval in seconds */
#define WARNING_INTERVAL 3600