From 8dce78cd97042fb0d2c50471868d382350c78693 Mon Sep 17 00:00:00 2001 From: Kristina <7614497+khjrtbrg@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:27:50 +0200 Subject: [PATCH] [web] rename notifications env variable (#32654) GitOrigin-RevId: f319fbae7da4c85d21e6c100bb2f6e6ef7c472b3 --- services/web/config/settings.defaults.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/config/settings.defaults.js b/services/web/config/settings.defaults.js index eaf6c35177..2a73f2dff2 100644 --- a/services/web/config/settings.defaults.js +++ b/services/web/config/settings.defaults.js @@ -741,11 +741,11 @@ module.exports = { // Maximum Delay before sending comment mention notifications notificationMaxDelay: - parseInt(process.env.COMMENT_MENTION_DELAY_MINUTES) || 30 * 60 * 1000, // 30 minutes + parseInt(process.env.COMMENT_MENTION_DELAY_MS) || 30 * 60 * 1000, // 30 minutes // Comment mention notifications will wait at least this long before being sent notificationMinDelay: - parseInt(process.env.COMMENT_MENTION_DELAY_MINUTES) || 10 * 60 * 1000, // 10 minutes + parseInt(process.env.COMMENT_MENTION_DELAY_MS) || 10 * 60 * 1000, // 10 minutes // Maximum JSON size in HTTP requests // We should be able to process twice the max doc length, to allow for