]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libuuid: fix lib internal cache size
authorMichael Trapp <michael.trapp@sap.com>
Mon, 6 Mar 2023 10:40:20 +0000 (10:40 +0000)
committerKarel Zak <kzak@redhat.com>
Thu, 9 Mar 2023 12:18:33 +0000 (13:18 +0100)
commit2fa4168c8bc9d5438bc1dfadda293c7c21b6fa59
treee0b21af3021dd02c16c407538a6283047eadd810
parent11208370c90f44201ca7fbfaf01b76502034d544
libuuid: fix lib internal cache size

The lib internal cache improves throughput in high load
scenarios but for applications with a low request rate,
the cache size must be adapted to this situation.
Therefore the cache size should be changed to the current
requirements of the application during runtime.
libuuid/src/gen_uuid.c