mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +00:00
Make sure someone wakes up
This commit is contained in:
parent
b63f699f1b
commit
8fd878c75a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ type fifoQueue struct {
|
||||||
|
|
||||||
func newFIFOQueue() *fifoQueue {
|
func newFIFOQueue() *fifoQueue {
|
||||||
q := &fifoQueue{
|
q := &fifoQueue{
|
||||||
notifs: make(chan struct{}),
|
notifs: make(chan struct{}, 1),
|
||||||
}
|
}
|
||||||
return q
|
return q
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue