Moved retry config to constants

This commit is contained in:
Spat
2021-11-29 10:48:35 +11:00
parent 0fa5bf54cd
commit 29180a1d2b
2 changed files with 2 additions and 3 deletions

View File

@@ -312,6 +312,8 @@ CONF_SCHEMA = {
'type': 'object',
'properties': {
'enabled': {'type': 'boolean'},
'retries': {'type': 'integer', 'minimum': 0},
'retry_delay': {'type': 'number', 'minimum': 0},
'webhookbuy': {'type': 'object'},
'webhookbuycancel': {'type': 'object'},
'webhooksell': {'type': 'object'},