Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 06ab768

Browse files
committed
prereq
1 parent cbb8065 commit 06ab768

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/jobs/regular/localize_topics_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
end
1414
SiteSetting.ai_translation_enabled = true
1515
SiteSetting.content_localization_supported_locales = locales.join("|")
16+
SiteSetting.ai_translation_backfill_hourly_rate = 100
17+
SiteSetting.ai_translation_backfill_max_age_days = 100
1618
end
1719

1820
it "does nothing when translator is disabled" do

0 commit comments

Comments
 (0)