mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-29 15:51:35 +00:00
Add screenshot tester
This commit is contained in:
parent
b439158cbc
commit
ee2626924a
17 changed files with 860 additions and 12 deletions
|
|
@ -60,7 +60,7 @@ function cleanCSRF() {
|
|||
db.prepare("DELETE FROM CSRFTokens WHERE expires <= ?").run(Date.now())
|
||||
}
|
||||
cleanCSRF()
|
||||
setInterval(cleanCSRF, constants.caching.csrf_time)
|
||||
setInterval(cleanCSRF, constants.caching.csrf_time).unref()
|
||||
|
||||
module.exports.getToken = getToken
|
||||
module.exports.getSettings = getSettings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue