watchtower/wtclient: remove stale sessionQueue TODO
The state updates that are pending to be acked by the tower are already loaded within newSessionQueue.
This commit is contained in:
parent
4722a67ebb
commit
76f9c9bd52
@ -145,9 +145,6 @@ func newSessionQueue(cfg *sessionQueueConfig) *sessionQueue {
|
|||||||
// backups.
|
// backups.
|
||||||
func (q *sessionQueue) Start() {
|
func (q *sessionQueue) Start() {
|
||||||
q.started.Do(func() {
|
q.started.Do(func() {
|
||||||
// TODO(conner): load prior committed state updates from disk an
|
|
||||||
// populate in queue.
|
|
||||||
|
|
||||||
go q.sessionManager()
|
go q.sessionManager()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user