Skip to content

Commit c4e63a1

Browse files
committed
fix: change typo for trigger description
1 parent 92f410a commit c4e63a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/xlog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class Xlog(Plugin):
9-
DEFAULT_CONFIG = {'lag_more_then_in_sec': str(60 * 5)}
9+
DEFAULT_CONFIG = {'lag_more_than_in_sec': str(60 * 5)}
1010
query_wal_lsn_diff = " select pg_catalog.pg_wal_lsn_diff " \
1111
"(pg_catalog.pg_current_wal_lsn(), '0/00000000');"
1212
query_xlog_lsn_diff = "select pg_catalog.pg_xlog_location_diff " \

0 commit comments

Comments
 (0)