Skip to content

Commit

Permalink
Merge pull request #2616 from akvo/issue/2606-disable-datanucleus-cac…
Browse files Browse the repository at this point in the history
…hing

Ignore datanucleus cached values and retrieve from datastore (connect #2606)
  • Loading branch information
stellanl authored Apr 24, 2018
2 parents 64508ae + 7674ad7 commit 0bd260c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GAE/src/META-INF/jdoconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
<property name="javax.jdo.option.RetainValues" value="true"/>
<property name="datanucleus.appengine.autoCreateDatastoreTxns" value="false"/>
<property name="datanucleus.appengine.singletonPMFForName" value="true"/>
<property name="datanucleus.IgnoreCache" value="true"/>
</persistence-manager-factory>
</jdoconfig>

0 comments on commit 0bd260c

Please sign in to comment.