diff idavoll/memory_storage.py @ 179:42e23a62b57f

Guard against missing config for sending last published item on subscription.
author Ralph Meijer <ralphm@ik.nu>
date Thu, 10 Apr 2008 14:06:00 +0000
parents 246911bcb699
children fc687620599b
line wrap: on
line diff
--- a/idavoll/memory_storage.py	Thu Apr 10 14:02:53 2008 +0000
+++ b/idavoll/memory_storage.py	Thu Apr 10 14:06:00 2008 +0000
@@ -10,6 +10,7 @@
 
 default_config = {"pubsub#persist_items": True,
                   "pubsub#deliver_payloads": True,
+                  "pubsub#send_last_published_item": True,
                   "pubsub#node_type": "leaf"}
 
 class Storage: