NSLS-II / metadatastore

DEPRECATED: Incorporated into https://github.com/NSLS-II/databroker
Other
2 stars 11 forks source link

work around LRU bug for now #218

Closed danielballan closed 8 years ago

danielballan commented 8 years ago

simply replaces fancy (but buggy) LRU cache with a dict, the simplest cache of them all

danielballan commented 8 years ago

(The plan here is to reinstate the LRU cache once @tacaswell has the bandwidth to hunt down a hard-to-reproduce bug in the cache.)