Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changed single configuration for slight perfomance increase
  • Loading branch information
fasseg committed Jun 28, 2013
1 parent 1ca3fa9 commit b11d2a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fcrepo-jcr/src/main/resources/config/single/repository.json
Expand Up @@ -11,8 +11,12 @@
"indexStorage" : {
"type" : "filesystem",
"location" : "${fcrepo.modeshape.index.location:target/indexes}",
"lockingStrategy" : "native",
"lockingStrategy" : "single",
"fileSystemAccessType" : "auto"
},
"indexing" : {
"mode" : "sync",
"readerStrategy" : "not-shared"
}
},
"storage" : {
Expand Down

0 comments on commit b11d2a2

Please sign in to comment.