Skip to content

Commit

Permalink
Settings: define threshold setting for removing projects from ES (#11560
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd authored Aug 22, 2024
1 parent d454e5d commit 80271b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readthedocs/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,7 @@ def SOCIALACCOUNT_PROVIDERS(self):
RTD_SPAM_THRESHOLD_DENY_ON_ROBOTS = 200
RTD_SPAM_THRESHOLD_DONT_SHOW_DASHBOARD = 300
RTD_SPAM_THRESHOLD_DONT_SERVE_DOCS = 500
RTD_SPAM_THRESHOLD_REMOVE_FROM_SEARCH_INDEX = 500
RTD_SPAM_THRESHOLD_DELETE_PROJECT = 1000
RTD_SPAM_MAX_SCORE = 9999

Expand Down

0 comments on commit 80271b3

Please sign in to comment.