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 92f410a commit c4e63a1Copy full SHA for c4e63a1
mamonsu/plugins/pgsql/xlog.py
@@ -6,7 +6,7 @@
6
7
8
class Xlog(Plugin):
9
- DEFAULT_CONFIG = {'lag_more_then_in_sec': str(60 * 5)}
+ DEFAULT_CONFIG = {'lag_more_than_in_sec': str(60 * 5)}
10
query_wal_lsn_diff = " select pg_catalog.pg_wal_lsn_diff " \
11
"(pg_catalog.pg_current_wal_lsn(), '0/00000000');"
12
query_xlog_lsn_diff = "select pg_catalog.pg_xlog_location_diff " \
0 commit comments