Skip to content

Commit 2ab8c0b

Browse files
authored
Revert "Notifications: show "Maxium concurrency limit reached" as WARNING" (#11202)
Revert "Notifications: show "Maxium concurrency limit reached" as `WARNING` (…" This reverts commit a3b5b9a.
1 parent 217c5bc commit 2ab8c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/notifications/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def get_rendered_body(self):
135135
"""
136136
).strip(),
137137
),
138-
type=WARNING,
138+
type=ERROR,
139139
),
140140
Message(
141141
id=BuildCancelled.CANCELLED_BY_USER,

0 commit comments

Comments
 (0)