Add 'dangerously_use_adapter_prefixes' setting
This commit adds a setting to not scan the triplestore for prefixes, but instead use the prefixes listed in adapaters as the only URIs to resolve.
This commit is contained in:
parent
fd53a901c3
commit
7763644ebe
4 changed files with 69 additions and 14 deletions
|
|
@ -113,6 +113,10 @@ triplestore:
|
|||
user_prefix: null
|
||||
data_prefix: null
|
||||
|
||||
# if desired, turn off regularly scanning for prefixes in the triplestore.
|
||||
# DANGER: Turning this on will break the global resolver.
|
||||
dangerously_use_adapter_prefixes: false
|
||||
|
||||
# The maximum agefor backups to be kept.
|
||||
# Backups older than this will be removed when a new backup is made.
|
||||
# The default here is 720hours (== 30 days)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue