adding new feature in _notes

pull/913/head
Adrian Maraj 2024-04-29 13:33:01 +02:00 committed by Raphaël Vinot
parent e110ba6ea4
commit f41d80003a
1 changed files with 2 additions and 1 deletions

View File

@ -113,6 +113,7 @@
"max_capture_time": "The very maximal time we allow a capture to keep going. Should only be triggered by captures that cause playwright to never quit.",
"max_tree_create_time": "The max time the generation of a tree is allowed to take",
"s3fs": "The config to access a S3FS instance with the s3fs python module - it is not integrated properly for now as it requires urllib < 2.0 which is a non-started at this stage.",
"index_everything": "If true, index every capture, even if it's not public. This feature requires a dedicated kvrocks instance, and is only accessible when logged-in as admin."
"index_everything": "If true, index every capture, even if it's not public. This feature requires a dedicated kvrocks instance, and is only accessible when logged-in as admin.",
"enable_ignore_sri": "If true, the sri values are ignored and not calculated so that there are no problems while developing and testing."
}
}