diff options
author | Jan Lehnardt <jan@apache.org> | 2009-02-27 16:44:53 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-02-27 16:44:53 +0000 |
commit | 894b8a95e88c786f2c03eb6db4d44b9212646113 (patch) | |
tree | 69003f75d527be55d0cf6e385626d1eed9cdb734 /src/couchdb/couch_stats.hrl | |
parent | 7c4f823f77d129d6fa3de038e17ec119734c0ed0 (diff) |
- group HTTP method stats into httpd_requests_methods as per Christopher Lenz's suggestion
- renamed http_status_codes to httpd_status_codes
- better internal variable naming
- remove comments that were leftovers from earlier refactoring
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@748582 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_stats.hrl')
-rw-r--r-- | src/couchdb/couch_stats.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couchdb/couch_stats.hrl b/src/couchdb/couch_stats.hrl index 47a9a86f..a08f6401 100644 --- a/src/couchdb/couch_stats.hrl +++ b/src/couchdb/couch_stats.hrl @@ -17,6 +17,6 @@ variance = 0.0, stddev = 0.0, count = 0, - last = 0, + current = 0, description }). |