Remove preview expiry constants

These are defined in the Coordinator instead
This commit is contained in:
Justin Edmund 2025-02-07 01:59:53 -08:00
parent adbb048867
commit 9f86f3bf29

View file

@ -116,10 +116,6 @@ class Party < ApplicationRecord
failed: 4
}
# Preview expiry constants
PREVIEW_EXPIRY = 30.days
MAX_RETRY_ATTEMPTS = 3
after_commit :schedule_preview_generation, if: :should_generate_preview?
def is_remix