Skip to content

How do I change the retry limit? #343

Locked Answered by maximedrn
denomparkour asked this question in Q&A
Discussion options

You must be logged in to vote

You can change this value in the app/utils/const.py file.

Modify these two values with the values you want:

# Change this with any values.
# 1 means 2 failures allowed.
# 9 means 10 failures allowed.
UPLOAD_FAILS = 1
SALE_FAILS = 9

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by maximedrn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Documentation Improvements or additions to documentation
2 participants
Converted from issue

This discussion was converted from issue #276 on July 06, 2022 11:20.