]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Grow initial event pool size to 1024 bytes
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 22 Nov 2021 16:23:28 +0000 (17:23 +0100)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 20 Dec 2021 11:52:38 +0000 (11:52 +0000)
commita2ea3df64fb6d59dc466a14c3960da0e214bdc2d
tree36e1480bf73cd51f472573704593da1566a3f02b
parent793cae85499a2775cf023c04050eaa568b051d93
lib: Grow initial event pool size to 1024 bytes

The old 64 bytes size wasn't enough to allocate even the struct event itself.
src/lib/lib-event.c