summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_httpd.erl
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2008-04-23 00:25:23 +0000
committerDamien F. Katz <damien@apache.org>2008-04-23 00:25:23 +0000
commit689f9830b50ac6b7a673ce467626c6d2deef645c (patch)
tree2a321ba63b940883d1b4373a34dc181709c4e92a /src/couchdb/couch_httpd.erl
parent6949f81ae419c5d10131c71732ca0637ef7d234d (diff)
Replicator optmizations and fix for unnecessary document copy during re-replication
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@650705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_httpd.erl')
-rw-r--r--src/couchdb/couch_httpd.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/couchdb/couch_httpd.erl b/src/couchdb/couch_httpd.erl
index 9351dc89..95693262 100644
--- a/src/couchdb/couch_httpd.erl
+++ b/src/couchdb/couch_httpd.erl
@@ -76,9 +76,9 @@ handle_request(Req, DocumentRoot) ->
]).
handle_request(Req, DocumentRoot, Method, Path) ->
- Start = erlang:now(),
+ % Start = erlang:now(),
X = handle_request0(Req, DocumentRoot, Method, Path),
- io:format("now_diff:~p~n", [timer:now_diff(erlang:now(), Start)]),
+ % io:format("now_diff:~p~n", [timer:now_diff(erlang:now(), Start)]),
X.
handle_request0(Req, DocumentRoot, Method, Path) ->