Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #270 from s-sokolko/quantmind_master
Browse files Browse the repository at this point in the history
Fix: type for HTTP Keepalive param
  • Loading branch information
lsbardel authored Feb 9, 2017
2 parents 6c928ef + 519a2db commit cf94936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulsar/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ class HttpKeepAlive(Global):
name = "http_keep_alive"
flags = ["--http-keep-alive"]
default = 70
type = int
desc = """\
Keep HTTP connections alive for this number of seconds
"""
Expand Down

0 comments on commit cf94936

Please sign in to comment.