forked from platypush/platypush
lifespan=on
is actually not required on Flask config level.
This commit is contained in:
parent
692180c653
commit
f81e9061a3
1 changed files with 0 additions and 1 deletions
|
@ -247,7 +247,6 @@ class HttpBackend(Backend):
|
||||||
), 'The HTTP backend only works if backed by a Redis bus'
|
), 'The HTTP backend only works if backed by a Redis bus'
|
||||||
|
|
||||||
application.config['redis_queue'] = self.bus.redis_queue
|
application.config['redis_queue'] = self.bus.redis_queue
|
||||||
application.config['lifespan'] = 'on'
|
|
||||||
application.secret_key = self._get_secret_key()
|
application.secret_key = self._get_secret_key()
|
||||||
kwargs = {
|
kwargs = {
|
||||||
'bind': f'{self.bind_address}:{self.port}',
|
'bind': f'{self.bind_address}:{self.port}',
|
||||||
|
|
Loading…
Reference in a new issue