Skip to content

Commit 30aa385

Browse files
committed
Remove legacy config attributes
These config variables no longer have any usage since we removed the early access users functionality. This was flagged by an LLM security scan as unenforced restrictions. These are unenforced because they are no longer relevant.
1 parent 32b101a commit 30aa385

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

config/application.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ class Application < Rails::Application
6161
answer_timeout_in_seconds: 120,
6262
max_question_age_days: 90,
6363
max_question_count: 500,
64-
max_questions_per_user: 70,
65-
question_warning_threshold: 20,
6664
api_questions_per_page: 50,
6765
)
6866

0 commit comments

Comments
 (0)