Skip to content
Snippets Groups Projects
Unverified Commit c5cd3cf0 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Greatly reduce the interval between redemption retries

parent 31d2de73
No related branches found
No related tags found
1 merge request!150[WIP] Greatly reduce the interval between redemption retries
......@@ -101,7 +101,7 @@ from .model import (
Error as model_Error,
)
RETRY_INTERVAL = timedelta(minutes=3)
RETRY_INTERVAL = timedelta(seconds=10)
class AlreadySpent(Exception):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment