s/for events/for requests for events/

pull/155/head
Erik Johnston 2015-05-21 14:50:57 +01:00
parent 80a167b1f0
commit ac5f2bf9db
1 changed files with 1 additions and 1 deletions

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):