## const thread-keeper **Author**: The Harvard Library Innovation Lab **License**: MIT * [const](#module_const) * [.CERTS_PATH](#module_const.CERTS_PATH) * [.DATA_PATH](#module_const.DATA_PATH) * [.TMP_PATH](#module_const.TMP_PATH) * [.TEMPLATES_PATH](#module_const.TEMPLATES_PATH) * [.EXECUTABLES_FOLDER](#module_const.EXECUTABLES_FOLDER) * [.STATIC_PATH](#module_const.STATIC_PATH) * [.MAX_PARALLEL_CAPTURES_TOTAL](#module_const.MAX_PARALLEL_CAPTURES_TOTAL) * [.MAX_PARALLEL_CAPTURES_PER_ACCESS_KEY](#module_const.MAX_PARALLEL_CAPTURES_PER_ACCESS_KEY) ### const.CERTS\_PATH Path to the folder holding the certificates used for signing the PDFs. **Kind**: static constant of [const](#module_const) ### const.DATA\_PATH Path to the "data" folder. **Kind**: static constant of [const](#module_const) ### const.TMP\_PATH Path to the folder in which temporary files will be written by the app. **Kind**: static constant of [const](#module_const) ### const.TEMPLATES\_PATH Path to the "templates" folder. **Kind**: static constant of [const](#module_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](#module_const) ### const.STATIC\_PATH Path to the "static" folder. **Kind**: static constant of [const](#module_const) ### const.MAX\_PARALLEL\_CAPTURES\_TOTAL Maximum capture processes that can be run in parallel. **Kind**: static constant of [const](#module_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](#module_const)