s/for events/for requests for events/

This commit is contained in:
Erik Johnston 2015-05-21 14:50:57 +01:00
parent 80a167b1f0
commit ac5f2bf9db

View file

@ -42,7 +42,7 @@ logger = logging.getLogger(__name__)
# TODO: Make these configurable.
EVENT_QUEUE_THREADS = 3 # Max number of threads that will fetch events
EVENT_QUEUE_ITERATIONS = 3 # No. times we block waiting for events
EVENT_QUEUE_TIMEOUT_S = 0.1 # Timeout when waiting for events
EVENT_QUEUE_TIMEOUT_S = 0.1 # Timeout when waiting for requests for events
class EventsStore(SQLBaseStore):