Skip to content

Commit 5bcaed4

Browse files
author
alexander popov
committed
fix: remove interval in PreparedTransaction
1 parent dcdd806 commit 5bcaed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/pgsql/prepared_transaction.py

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

66

77
class PreparedTransaction(Plugin):
8-
Interval = 6
8+
99
key_count = {
1010
'state': 'count_prepared',
1111
'key': 'pgsql.prepared.count',

0 commit comments

Comments
 (0)