.luacov
author Kim Alvefur <zash@zash.se>
Sat, 17 Jul 2021 14:06:57 +0200
changeset 11704 79d30de13fdb
parent 9472 cd2f742e5826
permissions -rw-r--r--
net.server_epoll: Reduce timer churn during TLS handshake Instead of removing and readding the timer, keep it and adjust it instead. Should reduce garbage production a bit.

exclude = {
	"^%./spec/";
}