Hi Michael, the flag you are referencing is for the dev_appserver, which allows the simulation of eventually consistent query behavior on the local development environment.
On production, you always have to contend with eventual consistency when querying (exception: ancestor queries).
Saturnino, are you seeing that a key.get() is returning stale data, or a query result? If query result, there could be latency, but 1 day is a _huge_ amount of time and you shouldn't be seeing this.