• Vincent Pelletier's avatar
    erp5: Make ZODB pool-size default to thread_amount. · 423341c8
    Vincent Pelletier authored
    Avoids being spammed with
      WARNING ZODB.DB DB.open() has X open connections with a pool_size of 7
    on zopes with more than 7 worker threads.
    Also, allows better hit-rate on volatile attributes in such case, as
    otherwise connections (and their cache) would be discarded when many
    threads would be made busy, decreasing performance.
    423341c8
buildout.cfg 21.4 KB