Skip to content

Commit

Permalink
fxing-NEOMODEL-MAX-POOL-SIZE-on-settings (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattGalvis authored Jun 29, 2021
1 parent 9ca3eb3 commit e5bde62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
NEOMODEL_NEO4J_BOLT_URL = os.environ.get('NEO4J_BOLT_URL', 'bolt://neo4j:foobar@localhost:7687')
NEOMODEL_SIGNALS = True
NEOMODEL_FORCE_TIMEZONE = False
NEOMODEL_MAX_POOL_SIZE = 50
NEOMODEL_MAX_CONNECTION_POOL_SIZE = 50

TEMPLATES = [
{
Expand Down

0 comments on commit e5bde62

Please sign in to comment.