You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`block/<account_id>` | string | 1 | x days | Not allowed to comment
@@ -12,8 +14,8 @@ Key | Type | Value
12
14
`dashboard/<account_id>` | set | `<node_id>` | 1 week | Notifications from answers
13
15
`img/<uri>` | hash | | no | Images, with fields 'created_at': seconds since Epoch, 'status': 'Blocked' if administratively blocked (by moderation), 'type': content-type like 'image/jpeg' (set by `img` daemon), 'checksum': SHA1 (set by `img` daemon), and 'etag': etag (set by `img` daemon)
14
16
`img/blocked` | list | URIs | no | Images blocked by moderation team
15
-
`img/err/<uri>` | string | error | 1h | Image fetch in error, like "Invalid content-type", created by `img` daemon
16
-
`img/latest` | list | URIs | no, limited| Last images as `<uri>`, limited to NB_IMG_IN_LATEST = 100
17
+
`img/err/<uri>` | string | error | no | Images in error, like "Invalid content-type", created by `img` daemon but removed by `dlfp`
18
+
`img/latest` | list | URIs | no, limited| Last images, limited to NB_IMG_IN_LATEST = 100
17
19
`img/updated/<uri>` | string | modtime | 1h | Cached images, created by `img` daemon, value like "Thu, 12 Dec 2013 12:28:47 GMT"
18
20
`lang` | list | 2-letters code | no | Langages
19
21
`lang/<xx>` | string | language name | no | Language name
@@ -37,3 +39,12 @@ Key | Type | Value
37
39
`users/<login>/nb_votes` | string | integer | no | Total number of news voted in moderation, per moderator
38
40
`users/<login>/nb_votes/<day_of_year>` | string | integer | 31 days | Number of news voted in moderation this day, per moderator
39
41
`users/<user_id>/diff_karma` | string | integer | no | Karma change due to votes on comments/nodes, daily clean by cron
0 commit comments