Skip to content

Commit

Permalink
Remove unused variable: PORTAL_INACTIVE_THRESHOLD
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Paul committed Dec 2, 2021
1 parent 0878dac commit 4c6b4b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mautrix_telegram/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
except ImportError:
prometheus = None

PORTAL_INACTIVE_THRESHOLD = 2 * 60 # 2 minutes

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 4c6b4b6

Please sign in to comment.