https://bugzilla.wikimedia.org/show_bug.cgi?id=44145
--- Comment #2 from Daniel Zahn <[email protected]> --- you know, that actually happens on the database level. the column for timestamp uses 'on update CURRENT_TIMESTAMP', so every time something is being touched, it also updates the timestamp. and in cases where fetching fails, there is also something to update, the http return code, which then also triggers the ts. | ts | timestamp | NO | | 0000-00-00 00:00:00 | on update CURRENT_TIMESTAMP | -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
