SQS: Disables SimpleDB persistence by default

This commit is contained in:
Ask Solem 2011-07-25 15:40:50 +01:00
parent 914f2665c5
commit 322ebcb9cf
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ class Channel(virtual.Channel):
@cached_property
def supports_fanout(self):
return self.transport_options.get("sdb_persistence", True)
return self.transport_options.get("sdb_persistence", False)
@cached_property
def region(self):