forked from MirrorHub/synapse
s/for events/for requests for events/
This commit is contained in:
parent
80a167b1f0
commit
ac5f2bf9db
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue