Track changes based on flag on op, not global setting

This commit is contained in:
James Allen
2016-12-02 11:04:21 +00:00
parent f43355b74d
commit 4fadd75ef3
12 changed files with 71 additions and 159 deletions
-1
View File
@@ -45,7 +45,6 @@ app.post '/project/:project_id/doc/:doc_id/flush', HttpController.flushDocIfLo
app.delete '/project/:project_id/doc/:doc_id', HttpController.flushAndDeleteDoc
app.delete '/project/:project_id', HttpController.deleteProject
app.post '/project/:project_id/flush', HttpController.flushProject
app.post '/project/:project_id/track_changes', HttpController.setTrackChanges
app.get '/total', (req, res)->
timer = new Metrics.Timer("http.allDocList")