Skip to content
Snippets Groups Projects
Commit 6733d5c7 authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #15329 [master] set autoloading for link resolver to true

* add new file basic Resolver.ini with embed_auto_load to true
* set in local config.ini embed_auto_load to true
parent afd86545
No related merge requests found
[General]
embed_auto_load = true
\ No newline at end of file
...@@ -908,7 +908,7 @@ embed = false ...@@ -908,7 +908,7 @@ embed = false
; results view could perform searches.ini->[General]->default_limit requests). You ; results view could perform searches.ini->[General]->default_limit requests). You
; might reduce load on the linkresolver by using the resolver_cache setting (see ; might reduce load on the linkresolver by using the resolver_cache setting (see
; below). ; below).
embed_auto_load = false embed_auto_load = true
; When embed is true, you can set this to an absolute path on your system in order ; When embed is true, you can set this to an absolute path on your system in order
; to cache link resolver results to disk. Be sure that the chosen directory has ; to cache link resolver results to disk. Be sure that the chosen directory has
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment