Skip to content

Variable CONCURRENCY not used in the replicate-couchdb-cluster/docker/replicate.sh #56

@jaric85

Description

@jaric85

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions