Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
make the Pulse appname unique - this was causing the production Pulse…
Browse files Browse the repository at this point in the history
…Broker

to not receive all possible messages because it shared the same appname with staging.
  • Loading branch information
bear committed Jul 12, 2012
1 parent 1648e8a commit b98f3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PulseBroker.py
Expand Up @@ -54,7 +54,7 @@
from mozillapulse import consumers


appInfo = 'bear@mozilla.com|briar-patch'
appInfo = 'bear@mozilla.com|briar-patch-%s' + time.time()
log = get_logger()
eventQueue = Queue()

Expand Down

0 comments on commit b98f3e8

Please sign in to comment.