create-repo: Enable indexes by default
This commit is contained in:
parent
f277b9f062
commit
41d41035e3
1 changed files with 2 additions and 2 deletions
|
|
@ -27,11 +27,11 @@
|
||||||
owlim:ruleset "empty" ;
|
owlim:ruleset "empty" ;
|
||||||
owlim:storage-folder "storage" ;
|
owlim:storage-folder "storage" ;
|
||||||
|
|
||||||
owlim:enable-context-index "false" ;
|
owlim:enable-context-index "true" ;
|
||||||
owlim:cache-memory "80m" ;
|
owlim:cache-memory "80m" ;
|
||||||
owlim:tuple-index-memory "80m" ;
|
owlim:tuple-index-memory "80m" ;
|
||||||
|
|
||||||
owlim:enablePredicateList "false" ;
|
owlim:enablePredicateList "true" ;
|
||||||
owlim:predicate-memory "0%" ;
|
owlim:predicate-memory "0%" ;
|
||||||
|
|
||||||
owlim:fts-memory "0%" ;
|
owlim:fts-memory "0%" ;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue