]> 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)
commita343e3c5cbf1a82ebdc372edbecaca68497470c5
treeab1c06dfe7c5f6e969d58469548efdbc42245883
parent178e10e3da84503df1218016d13e400f11f35670
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