From 1bda57e6d4b203c7f60a6d72a0e79e83689b45d2 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 4 Jun 2018 13:23:54 +0100 Subject: [PATCH] Finish my own sentences. --- .../dendrite/appservice/workers/transaction_scheduler.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/appservice/workers/transaction_scheduler.go b/src/github.com/matrix-org/dendrite/appservice/workers/transaction_scheduler.go index 34775ca4..c454ae5c 100644 --- a/src/github.com/matrix-org/dendrite/appservice/workers/transaction_scheduler.go +++ b/src/github.com/matrix-org/dendrite/appservice/workers/transaction_scheduler.go @@ -69,7 +69,8 @@ func SetupTransactionWorkers( return nil } -// worker is a goroutine that +// worker is a goroutine that sends any queued events to the application service +// it is given. func worker(db *storage.Database, as config.ApplicationService, ecm map[string]int) { // Initialize transaction ID counter var err error