From ecbe4f9bc0c23b77413e5a9d01f431267ee5390f Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Thu, 23 Jul 2026 11:50:26 +0200 Subject: [PATCH] chore: expose meetecho_slides_notify_time config (#11284) --- k8s/settings_local.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/k8s/settings_local.py b/k8s/settings_local.py index 5dc31bac0e5..e5f0a9af0f3 100644 --- a/k8s/settings_local.py +++ b/k8s/settings_local.py @@ -217,6 +217,9 @@ def _multiline_to_list(s): "client_id": _MEETECHO_CLIENT_ID, "client_secret": _MEETECHO_CLIENT_SECRET, "request_timeout": 3.01, # python-requests doc recommend slightly > a multiple of 3 seconds + "slides_notify_time": int( + os.environ.get("DATATRACKER_MEETECHO_SLIDES_NOTIFY_TIME_MINUTES", "15") + ), } else: raise RuntimeError(