Skip to content

Instantly share code, notes, and snippets.

@toanalien
Created July 12, 2017 06:49
Show Gist options
  • Select an option

  • Save toanalien/71914112428a664bbc621ae91159bb80 to your computer and use it in GitHub Desktop.

Select an option

Save toanalien/71914112428a664bbc621ae91159bb80 to your computer and use it in GitHub Desktop.
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