Use a dedicated field for cached search timestamps
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 31 May 2020 00:24:10 +0000 (00:24 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 31 May 2020 00:24:10 +0000 (00:24 +0000)
commit74a9ee62f69ff8f801740348186f321991f81a8f
treef3e202aee5bef923f66ed9ae891c67655aa362ba
parent5515f756d42c1fbb00f506cf30474143061863c6
Use a dedicated field for cached search timestamps

Fix a cache corruption issue by using a new "cached" field to hold
the timestamp for cached correlation search results. Previously the
"description" field was being overloaded, but this could cause the
cache to no longer load because of duplicate fields.
weather.py