mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
Allow to set custom retry parameters
This commit is contained in:
@@ -69,6 +69,16 @@ const conf = convict({
|
||||
default: false,
|
||||
env: 'REDIS_EVENT_EXPIRE'
|
||||
},
|
||||
redis_retry_time: {
|
||||
format: Number,
|
||||
default: 10000,
|
||||
env: 'REDIS_RETRY_TIME'
|
||||
},
|
||||
redis_retry_delay: {
|
||||
format: Number,
|
||||
default: 500,
|
||||
env: 'REDIS_RETRY_DELAY'
|
||||
},
|
||||
listen_address: {
|
||||
format: 'ipaddress',
|
||||
default: '0.0.0.0',
|
||||
|
||||
Reference in New Issue
Block a user