.luacov
author Kim Alvefur <zash@zash.se>
Sun, 28 Mar 2021 13:15:11 +0200
changeset 11495 c3fb802f9e45
parent 9472 cd2f742e5826
permissions -rw-r--r--
mod_http_file_share: Report number of items in caches to statsmanager This is neat, O(1) reporting, why don't we do this everywhere? Gives you an idea of how much stuff is in the caches, which may help inform decisions on whether the size is appropriate.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9472
cd2f742e5826 .luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     1
exclude = {
cd2f742e5826 .luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     2
	"^%./spec/";
cd2f742e5826 .luacov: Add config for luacov, exclude spec/
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
     3
}