cache size = "max"
1 unresolved thread
1 unresolved thread
Compare changes
+ 38
− 7
@@ -14,6 +14,7 @@
@@ -172,29 +173,59 @@ static int cache_min_ttl(lua_State *L)
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
My understanding of docs would imply using
buf.f_frsize
instead ofbuf.f_bsize
, but it doesn't seem perfectly clear to me (I looked at both Linux man pages and POSIX).To me the main "proof"/argument is the
f_blocks
field:And here I see
(i.e. sounds different than what we want)