]> granicus.if.org Git - apache/commit
My logger timestamp cache was using an apr_time_t as the cache key.
authorBrian Pane <brianp@apache.org>
Sun, 9 Jun 2002 04:48:41 +0000 (04:48 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 9 Jun 2002 04:48:41 +0000 (04:48 +0000)
commit3f8202179c0d79dda8fe3b4a7ce5b50941126b44
treeab1c06dfe7c5f6e969d58469548efdbc42245883
parentf7e9b9f02f4422ab5aebdb2a14a274baac93479b
My logger timestamp cache was using an apr_time_t as the cache key.

apr_time_t has a resolution of 1 microsecond.

For some reason, the cache hit rate wasn't very high.  :-)

With this change, the cache key is now the time in seconds, not usec.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95588 13f79535-47bb-0310-9956-ffa450edef68
modules/loggers/mod_log_config.c