Skip to content

Commit

Permalink
Don't run the RMAU check every 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 18, 2021
1 parent 38e10fa commit dd89df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mautrix_telegram/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
except ImportError:
prometheus = None

ACTIVE_USER_METRICS_INTERVAL_S = 5
ACTIVE_USER_METRICS_INTERVAL_S = 15 * 60 # 15 minutes
METRIC_ACTIVE_PUPPETS = Gauge('bridge_active_puppets_total', 'Number of active Telegram users bridged into Matrix')
METRIC_BLOCKING = Gauge('bridge_blocked', 'Is the bridge currently blocking messages')

Expand Down

0 comments on commit dd89df6

Please sign in to comment.