From 2eeddb620aaeff02a7c40b3aa7fad33fb03253f5 Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Tue, 10 Mar 2026 17:56:41 -0400 Subject: [PATCH] useless commit to test deploy --- lib/tasks/import_slack_files.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/import_slack_files.rake b/lib/tasks/import_slack_files.rake index eeaa8ad..650e50e 100644 --- a/lib/tasks/import_slack_files.rake +++ b/lib/tasks/import_slack_files.rake @@ -10,7 +10,7 @@ namespace :import do ActiveStorage::Current.url_options = { host: ENV.fetch("CDN_HOST", "cdn.hackclub.com"), protocol: "https" } csv_path = ENV.fetch("CSV_PATH", "files_with_slack_url.csv") slack_token = ENV.fetch("SLACK_TOKEN") { raise "SLACK_TOKEN (xoxp-...) is required" } - thread_count = ENV.fetch("THREADS", 10).to_i + thread_count = ENV.fetch("THREADS", 67).to_i dry_run = ENV["DRY_RUN"] == "true" unless File.exist?(csv_path)