]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix memory leak in Inbox::addToInbox() (usage of raw DB_DataObject::staticGet, which...
authorBrion Vibber <brion@pobox.com>
Tue, 1 Jun 2010 20:53:44 +0000 (13:53 -0700)
committerBrion Vibber <brion@pobox.com>
Tue, 1 Jun 2010 20:53:44 +0000 (13:53 -0700)
commit17ab15a3d02c335f2d9d333ac3773c037e796cf5
tree1b3f476699cee644c0fe518049f7844c6f3a22a5
parent634752f0d262b4fb02456889250378fca084cd2e
Fix memory leak in Inbox::addToInbox() (usage of raw DB_DataObject::staticGet, which leaks memory into a process-global cache).
On my test setup, this fixes inbox delivery to 10,000 local recipients from background queuedaemon running with a 32mb memory limit, completes the job within a minute from start.
classes/Inbox.php