1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-06-27 23:58:22 +00:00
bibliogram/src/lib/constants.js
Cadence Fish 30b45c2573
RSS
2020-01-15 03:38:33 +13:00

15 lines
300 B
JavaScript

module.exports = {
image_cache_control: `public, max-age=${7*24*60*60}`,
resource_cache_time: 30*60*1000,
external: {
timeline_query_hash: "e769aa130647d2354c40ea6a439bfc08",
timeline_fetch_first: 12,
username_regex: "[\\w.]+"
},
symbols: {
NO_MORE_PAGES: Symbol("NO_MORE_PAGES")
}
}