mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-21 03:03:40 +00:00
Finish my own sentences.
This commit is contained in:
parent
9309c573a5
commit
186d2ee186
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ func SetupTransactionWorkers(
|
||||||
return nil
|
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) {
|
func worker(db *storage.Database, as config.ApplicationService, ecm map[string]int) {
|
||||||
// Initialize transaction ID counter
|
// Initialize transaction ID counter
|
||||||
var err error
|
var err error
|
||||||
|
|
Loading…
Reference in a new issue