Mercurial > libervia-pubsub
diff sat_pubsub/const.py @ 309:890b24b37b56
Re-implemented feature which allows an entity to retract an item from somebody else node (i.e. a node from which he is neither owner or publisher) if he is the publisher of the item.
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 21 Dec 2015 13:41:15 +0100 |
parents | 05c875a13a62 |
children | a776544d84e5 |
line wrap: on
line diff
--- a/sat_pubsub/const.py Fri Dec 18 13:01:02 2015 +0100 +++ b/sat_pubsub/const.py Mon Dec 21 13:41:15 2015 +0100 @@ -70,8 +70,6 @@ VAL_PMODEL_SUBSCRIBERS = 'subscribers' VAL_PMODEL_OPEN = 'open' VAL_PMODEL_DEFAULT = VAL_PMODEL_PUBLISHERS - -# FLAG_RETRACT_ALLOW_PUBLISHER = True # XXX: see the method BackendService._doRetractAllowPublisher +VAL_RSM_MAX_DEFAULT = 10 FLAG_ENABLE_RSM = True -VAL_RSM_MAX_DEFAULT = 10 FLAG_ENABLE_MAM = True