You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: overreact/_misc.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
importoverreactasrx
16
16
fromoverreactimport_constantsasconstants
17
17
18
-
defcopy_unhashable(maxsize=100000, typed=False):
18
+
defcopy_unhashable(maxsize=128, typed=False):
19
19
"""Creates a copy of the arrays received by lru_cache and make them hashable, therefore maintaining the arrays to be passed and caching prototypes of those arrays.
0 commit comments