Remove preview expiry constants
These are defined in the Coordinator instead
This commit is contained in:
parent
adbb048867
commit
9f86f3bf29
1 changed files with 0 additions and 4 deletions
|
|
@ -116,10 +116,6 @@ class Party < ApplicationRecord
|
||||||
failed: 4
|
failed: 4
|
||||||
}
|
}
|
||||||
|
|
||||||
# Preview expiry constants
|
|
||||||
PREVIEW_EXPIRY = 30.days
|
|
||||||
MAX_RETRY_ATTEMPTS = 3
|
|
||||||
|
|
||||||
after_commit :schedule_preview_generation, if: :should_generate_preview?
|
after_commit :schedule_preview_generation, if: :should_generate_preview?
|
||||||
|
|
||||||
def is_remix
|
def is_remix
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue