commit | a06f78b37698151f5106d8755230d3fc8c47bd09 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jan 01 21:00:07 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 02 19:35:26 2022 +0100 |
tree | 48f43439db4b0bd3d56b43c282600633c4b4aadf | |
parent | 57c5c6db0cc67e5d1673dee108712f5e9b603409 [diff] |
MINOR: pool: make pool_is_crowded() always true when no shared pools are used This function is used to know whether the shared pools are full or if we can store more objects in them. Right now it cannot be used in a generic way because when shared pools are not used it will return false, letting one think pools can accept objects. Let's make one variant for each build model.