• Yorick Peterse's avatar
    Move Connection#default_pool_size back to Database · 963d9101
    Yorick Peterse authored
    This moves the method Connection#default_pool_size back into
    Gitlab::Database, allowing it to be used without having to create a
    Connection object. This is needed as the database load balancer needs
    access to this method, but doesn't (nor should) use a Connection object.
    963d9101
connection_spec.rb 12.5 KB