Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5097 from jwhitlock/conn-max-age-957802
Browse files Browse the repository at this point in the history
bug 957802: Fix comment for CONN_MAX_AGE
  • Loading branch information
escattone committed Nov 12, 2018
2 parents 6ba4126 + 6e12046 commit 73ef765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuma/settings/common.py
Expand Up @@ -59,7 +59,7 @@ def __call__(self, value):
MANAGERS = ADMINS


# CONN_MAX_AGE: 'persistent' to keep open connection, or max requests before
# CONN_MAX_AGE: 'persistent' to keep open connection, or max seconds before
# releasing. Default is 0 for a new connection per request.
def parse_conn_max_age(value):
try:
Expand Down

0 comments on commit 73ef765

Please sign in to comment.