Skip to content

Commit dc92ce2

Browse files
committed
setting: add a SPAM_MAX_SCORE setting
1 parent ac6c547 commit dc92ce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/settings/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -894,3 +894,4 @@ def DOCKER_LIMITS(self):
894894
RTD_SPAM_THRESHOLD_DONT_SHOW_DASHBOARD = 300
895895
RTD_SPAM_THRESHOLD_DONT_SERVE_DOCS = 500
896896
RTD_SPAM_THRESHOLD_DELETE_PROJECT = 1000
897+
RTD_SPAM_MAX_SCORE = 9999

0 commit comments

Comments
 (0)