Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit e4a9678

Browse files
committed
Fixes big Memcached Objects
1 parent 90c6993 commit e4a9678

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mws/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ def __getattr__(self, item):
4040
return d
4141

4242
# if value is the only key in object, you can omit it
43-
43+
def __setstate__(self, item):
44+
return False
4445
def __setattr__(self, item, value):
4546
self.__setitem__(item, value)
4647

0 commit comments

Comments
 (0)