From: Steinar H. Gunderson Date: Sat, 15 Nov 2014 23:57:56 +0000 (+0100) Subject: Solve timeouts by touching analysis.json. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2e9e0e7bcb6d668b36a9746a10e493e6b7fac068;hp=2e9e0e7bcb6d668b36a9746a10e493e6b7fac068;p=remoteglot Solve timeouts by touching analysis.json. This means we need to carry fewer timeouts around, and also that caching behavior in Varnish will be easier to control (results are always cacheable, we don't need special handling for hanging ones). It means slightly more thundering herd behavior, but we'll have that anyway. ---