1
0
mirror of https://github.com/quay/quay.git synced 2026-01-27 18:42:52 +03:00
Files
quay/data/cache
Joseph Schorr a7210edc6a Turn off ignore_exc in memcache cache to fix an NPE (#472)
The PooledCache implementation incorrectly returns `None` instead of
the default if an exception occurs, but `None` is a valid cached value,
so we instead catch the exceptions ourselves now and skip the caching
code if we encounter an exception
2020-07-08 14:41:36 -04:00
..