mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-06-27 23:58:22 +00:00
15 lines
300 B
JavaScript
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")
|
|
}
|
|
}
|