Skip to content
  • Philippe Pepiot's avatar
    [server] use a LifoQueue in _CnxSetPool · 29b55fb3ab0c
    Philippe Pepiot authored
    In postgresql, some cache is attached to the connection. Using a LifoQueue
    (last-in, first-out) makes a few connections to get the most load which give
    best performance.
    29b55fb3ab0c