mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 21:50:14 +02:00
feat: allow setting focus retry count and increase default
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
# Makes only sense for German Biobanks
|
||||
: ${ENABLE_GBN:=false}
|
||||
|
||||
FOCUS_RETRY_COUNT=32
|
||||
FOCUS_RETRY_COUNT=${FOCUS_RETRY_COUNT:-64}
|
||||
PRIVATEKEYFILENAME=/etc/bridgehead/pki/${SITE_ID}.priv.pem
|
||||
|
||||
for module in $PROJECT/modules/*.sh
|
||||
|
Reference in New Issue
Block a user