Skip to content

Commit

Permalink
Adjust the pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed Dec 14, 2015
1 parent f99bc48 commit 9b4946d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

app = Flask(__name__)
app.config['SQLALCHEMY_DATABASE_URI'] = os.environ.get('DB_URI')
app.config['SQLALCHEMY_POOL_SIZE'] = 10
app.secret_key = config['secret_key']

logger = logging.getLogger('translator')
Expand Down

0 comments on commit 9b4946d

Please sign in to comment.