Skip to content

Commit

Permalink
[#2606] Ignore datanucleus cached values retrieve from datastore
Browse files Browse the repository at this point in the history
  • Loading branch information
muloem committed Apr 24, 2018
1 parent 64508ae commit 7674ad7
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 7674ad7

Please sign in to comment.