mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 22:36:31 +01:00
Made more work around memory profiling, added a small Script and display program for logging memory usage
This commit is contained in:
parent
58af67bdf2
commit
f49f33d40d
4 changed files with 95 additions and 28 deletions
|
|
@ -467,7 +467,6 @@ class NAttributeHandler(object):
|
|||
def add(self, key, value):
|
||||
"Add new key and value"
|
||||
self._store[key] = value
|
||||
print "set_recache_protection:", self.obj.key, key
|
||||
self.obj.set_recache_protection()
|
||||
|
||||
def remove(self, key):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue