mierenhoop

Results 4 comments of mierenhoop

I've found that it last worked at 9c7b81ee0fc6489f0db2f11cd7c239b1c41cbb1b and stopped working (started freezing) at 965516e3139e947be30cec38d3b129c0b7b7743b.

Thanks, that's a big improvement. Here's some benchmarks: `$ wrk --latency http://localhost:8080/cgit` Fullmoon at HEAD: ``` Thread Stats Avg Stdev Max +/- Stdev Latency 513.12ms 63.30ms 1.01s 98.40% Req/Sec 13.13...

Hi, I have found a fix that appears to completely resolve the issue. ```diff diff --git a/fullmoon.lua b/fullmoon.lua index 10f5bf5..7195e84 100644 --- a/fullmoon.lua +++ b/fullmoon.lua @@ -1721,6 +1721,7 @@ fm.setTemplate("cgi",...

> Does this work for you even with the "original" 500ms poll timeout? So, that would be the only change needed? Yes. Apparently, we instead can just check if `wait()`...