You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variable CONCURRENCY has been prepared to be used in replicate-couchdb-cluster/docker/replicate.sh but never actually used
if [ "$CONCURRENCY" != "" ]; then
CONCURRENCY="-c $CONCURRENCY"
fi
The text was updated successfully, but these errors were encountered:
jaric85
changed the title
Variable CONCURRENCY variable not used in the replicate-couchdb-cluster/docker/replicate.sh
Variable CONCURRENCY not used in the replicate-couchdb-cluster/docker/replicate.sh
Mar 7, 2024
Variable CONCURRENCY has been prepared to be used in replicate-couchdb-cluster/docker/replicate.sh but never actually used
if [ "$CONCURRENCY" != "" ]; then
CONCURRENCY="-c $CONCURRENCY"
fi
/usr/local/bin/replicate-couchdb-cluster -s $SOURCE -t $TARGET $CONCURRENY $SKIP $USE_TARGET_API $VERBOSE $DEBUG
Needed fix on https://github.com/redgeoff/replicate-couchdb-cluster/blob/master/docker/replicate.sh#L41C69-L41C79
The text was updated successfully, but these errors were encountered: