Skip to content

Commit

Permalink
fix: silence info on test db start
Browse files Browse the repository at this point in the history
  • Loading branch information
janl authored and hulkoba committed Jul 15, 2019
1 parent 0ec650d commit c5b9a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-couchdb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ until $(curl --output /dev/null --silent --head --fail http://localhost:5984); d
done

# speed up couchdb operations
curl -X PUT http://localhost:5984/_node/_local/_config/couchdb/delayed_commits -d '"true"'
curl -sX PUT http://localhost:5984/_node/_local/_config/couchdb/delayed_commits -d '"true"' > /dev/null 2>&1

0 comments on commit c5b9a15

Please sign in to comment.