Skip to content

Commit

Permalink
Merge pull request #923 from adrima01/patch-1
Browse files Browse the repository at this point in the history
Update generic.json.sample
  • Loading branch information
Rafiot committed Jul 1, 2024
2 parents 6b25788 + 33808cf commit 828887c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/generic.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"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.",
"ignore_sri": "If true, the sri values are ignored and not calculated so that there are no problems while developing and testing."
"ignore_sri": "If true, the sri values are ignored and not calculated so that there are no problems while developing and testing.",
"enable_takedown_form": "If true, a form for simplified takedown will be enabled."
}
}

0 comments on commit 828887c

Please sign in to comment.