Closed dwhan89 closed 5 years ago
I found that signal.py caches one more item than the maximum number of allowed cached items, which is set by max_cached variable. This PR addresses this issue.
max_cached
Pulling the current fix for now. Will revisit when we redo caching mechanism
I found that signal.py caches one more item than the maximum number of allowed cached items, which is set by
max_cached
variable. This PR addresses this issue.