mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
wip
This commit is contained in:
20
archivebox/plugins/hashes/config.json
Normal file
20
archivebox/plugins/hashes/config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"HASHES_ENABLED": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"x-aliases": ["SAVE_HASHES", "USE_HASHES"],
|
||||
"description": "Enable merkle tree hash generation"
|
||||
},
|
||||
"HASHES_TIMEOUT": {
|
||||
"type": "integer",
|
||||
"default": 30,
|
||||
"minimum": 5,
|
||||
"x-fallback": "TIMEOUT",
|
||||
"description": "Timeout for merkle tree generation in seconds"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user