Repository: couchdb Updated Branches: refs/heads/master d9b51a0eb -> 4dfd1aaf3
Add snapd browser-support interface to allow couchjs to control process priority Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4dfd1aaf Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4dfd1aaf Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4dfd1aaf Branch: refs/heads/master Commit: 4dfd1aaf31a4b13e46a3d572230768c07d14418e Parents: d9b51a0 Author: Michael Hall <[email protected]> Authored: Mon Dec 5 08:54:38 2016 -0500 Committer: Michael Hall <[email protected]> Committed: Mon Dec 5 08:54:38 2016 -0500 ---------------------------------------------------------------------- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4dfd1aaf/configure ---------------------------------------------------------------------- diff --git a/configure b/configure index 34dc83e..6f6b4e4 100755 --- a/configure +++ b/configure @@ -210,10 +210,10 @@ apps: couchdb: daemon: simple command: snap_run - plugs: [network-bind] + plugs: [network-bind, browser-support] run: command: snap_run - plugs: [network-bind] + plugs: [network-bind, browser-support] parts: couchdb: plugin: dump
