Skip to content

Commit

Permalink
FIX for pool limit
Browse files Browse the repository at this point in the history
did not test this myself again - need someone else to test
  • Loading branch information
Aiyubi authored Aug 9, 2016
1 parent 76a20bc commit 3a775e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Team(enum.Enum):


def get_engine():
return create_engine(DB_ENGINE)
return create_engine(DB_ENGINE,pool_size=config.GRID[0]*config.GRID[1]+5)


def get_engine_name(session):
Expand Down

0 comments on commit 3a775e5

Please sign in to comment.