mirror of https://github.com/celery/kombu.git
SQS: Disables SimpleDB persistence by default
This commit is contained in:
parent
914f2665c5
commit
322ebcb9cf
|
@ -311,7 +311,7 @@ class Channel(virtual.Channel):
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def supports_fanout(self):
|
def supports_fanout(self):
|
||||||
return self.transport_options.get("sdb_persistence", True)
|
return self.transport_options.get("sdb_persistence", False)
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def region(self):
|
def region(self):
|
||||||
|
|
Loading…
Reference in New Issue