archive.social/docs/const.md

2.2 KiB

const

thread-keeper

Author: The Harvard Library Innovation Lab
License: MIT

const.CERTS_PATH

Path to the folder holding the certificates used for signing the PDFs.

Kind: static constant of const

const.DATA_PATH

Path to the "data" folder.

Kind: static constant of const

const.TMP_PATH

Path to the folder in which temporary files will be written by the app.

Kind: static constant of const

const.TEMPLATES_PATH

Path to the "templates" folder.

Kind: static constant of const

const.EXECUTABLES_FOLDER

Path to the "executables" folder, for dependencies that are meant to be executed directly, such as yt-dlp.

Kind: static constant of const

const.STATIC_PATH

Path to the "static" folder.

Kind: static constant of const

const.MAX_PARALLEL_CAPTURES_TOTAL

Maximum capture processes that can be run in parallel.

Kind: static constant of const

const.MAX_PARALLEL_CAPTURES_PER_ACCESS_KEY

Maximum capture processes that can be run in parallel for a given key.

Kind: static constant of const