sprockets-postgres/docs
Gavin M. Roy 86b6c022f0 Update DEFAULT_POSTGRES_MAX_POOL_SIZE
Even though ``0`` is documented as the max pool size in the aiopg docs, setting it to 0 causes an exception in `aiopg.pool.Pool._fill_free_pool`:

```
  File "/Users/gavinr/Source/PSE/anabroker/env/lib/python3.7/site-packages/aiopg/pool.py", line 208, in _fill_free_pool
    if override_min and self.size < self.maxsize:
TypeError: '<' not supported between instances of 'int' and 'NoneType'
```

Set to the same default as aiopg, @ 10.
2020-04-13 14:20:09 -04:00
..
application.rst Add documentation 2020-04-08 18:15:50 -04:00
conf.py Add documentation 2020-04-08 18:15:50 -04:00
configuration.rst Update DEFAULT_POSTGRES_MAX_POOL_SIZE 2020-04-13 14:20:09 -04:00
connector.rst Documentation updates 2020-04-08 18:22:24 -04:00
example.rst Remove the extra backtick 2020-04-10 16:42:29 -04:00
exceptions.rst Add documentation 2020-04-08 18:15:50 -04:00
genindex.rst Add documentation 2020-04-08 18:15:50 -04:00
index.rst Documentation updates 2020-04-08 18:22:24 -04:00
query_result.rst Documentation updates 2020-04-08 18:22:24 -04:00
request_handler.rst Add documentation 2020-04-08 18:15:50 -04:00
requirements.txt Add documentation 2020-04-08 18:15:50 -04:00
typing.rst Add documentation 2020-04-08 18:15:50 -04:00