From mboxrd@z Thu Jan 1 00:00:00 1970 From: lsworkemail112 at gmail.com (Luke SanAntonio) Date: Sat, 29 Sep 2012 14:43:12 -0400 Subject: [PATCH] Added code to output the age as seconds instead of "0 min." In-Reply-To: References: <1348878616-10065-1-git-send-email-lsworkemail112@gmail.com> Message-ID: Hi Jason, First of all, good call with the cache, it hadn't even crossed my mind... Second I think the cache isn't something we need to worry about... mostly because cgit is very lightweight, and I think for now, we don't have to be too worried about performance, correct me if I'm wrong though... Also it seems to me that with or without the cache, every cgit page I've ever come across seems to load in much less time than a second... Thanks for considering my patch =D - Luke On Sat, Sep 29, 2012 at 1:20 AM, Jason A. Donenfeld wrote: > Hey Luke, > > Looks great, merged. > > My one concern, however, which might make me reconsider merging this > patch is -- what about the cache? Adding explicit seconds makes any > caching appear even more out of date than just minutes. But maybe this > isn't a big deal. What do you think? > > Jason