Skip to content

Commit

Permalink
Bug 1416606 - apply poll interval hack to new location (#448). r=bhea…
Browse files Browse the repository at this point in the history
…rsum
  • Loading branch information
nthomas-mozilla authored and bhearsum committed Nov 22, 2017
1 parent ce35e48 commit b2412ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ cd /app
# fully track it down, but jlorenzo discovered that adjusting this setInterval has made a
# huge difference without affecting the responsiveness of the UI rebuilding.
# This really needs a deeper investigation, and a more robust fix.
sed -i -e 's/200/10000/' /app/node_modules/lineman/node_modules/grunt-watch-nospawn/tasks/watch.js
sed -i -e 's/200/10000/' /app/node_modules/grunt-watch-nospawn/tasks/watch.js
/usr/local/bin/npm build
/usr/local/bin/npm start

0 comments on commit b2412ea

Please sign in to comment.