Skip to content

Commit

Permalink
add perWrite file sync property to fix our file handle issue, I hope
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 1, 2013
1 parent 33f3905 commit edbad8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/infinispan_configuration.xml
Expand Up @@ -63,6 +63,8 @@
<properties>
<!-- We have to set the location where we want to store the data. -->
<property name="location" value="target/FedoraRepository/storage"/>

<property name="fsyncMode" value="perWrite"/>
</properties>
<!-- This repository isn't clustered, so we could set up the SingletonStore.
singletonStore enabled="true" pushStateWhenCoordinator="true" pushStateTimeout="20000"/>
Expand Down

0 comments on commit edbad8e

Please sign in to comment.