Created
July 12, 2017 06:49
-
-
Save toanalien/71914112428a664bbc621ae91159bb80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DATABASE_POOL_ARGS = { | |
| 'max_overflow': os.environ.get('max_overflow', 220), #please don't remove this. | |
| 'pool_size': os.environ.get('pool_size', 28), | |
| 'recycle': 300 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment