Mercurial > libervia-pubsub
comparison idavoll/backend.py @ 181:0d4474051eeb
Typos
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Thu, 10 Apr 2008 14:37:43 +0000 |
parents | fc687620599b |
children | c21b986cff30 |
comparison
equal
deleted
inserted
replaced
180:fc687620599b | 181:0d4474051eeb |
---|---|
35 "pubsub#deliver_payloads": | 35 "pubsub#deliver_payloads": |
36 {"type": "boolean", | 36 {"type": "boolean", |
37 "label": "Deliver payloads with event notifications"}, | 37 "label": "Deliver payloads with event notifications"}, |
38 "pubsub#send_last_published_item": | 38 "pubsub#send_last_published_item": |
39 {"type": "list-single", | 39 {"type": "list-single", |
40 "label": "When to send the last published item', | 40 "label": "When to send the last published item", |
41 "options": {'never', 'on_sub'}, | 41 "options": { |
42 "never": "Never", | |
43 "on_sub": "When a new subscription is processed", | |
44 } | |
45 }, | |
42 } | 46 } |
43 | 47 |
44 default_config = {"pubsub#persist_items": True, | 48 default_config = {"pubsub#persist_items": True, |
45 "pubsub#deliver_payloads": True, | 49 "pubsub#deliver_payloads": True, |
46 "pubsub#send_last_published_item": 'on_sub', | 50 "pubsub#send_last_published_item": 'on_sub', |