This website requires JavaScript.
Explore
Help
Sign In
github
/
sprockets-postgres
Watch
1
Star
0
Fork
You've already forked sprockets-postgres
0
mirror of
https://github.com/sprockets/sprockets-postgres.git
synced
2024-11-14 03:00:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
86b6c022f0
sprockets-postgres
/
VERSION
2 lines
6 B
Text
Raw
Normal View
History
Unescape
Escape
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 18:20:09 +00:00
1.0.2
Reference in a new issue
Copy permalink