forked from TrueCloudLab/frostfs-http-gw
app: drop unused Worker/jobDone
This commit is contained in:
parent
491ae13190
commit
ed27e28a30
2 changed files with 1 additions and 14 deletions
1
main.go
1
main.go
|
@ -15,7 +15,6 @@ func main() {
|
|||
globalContext := global.Context()
|
||||
app := newApp(globalContext, WithLogger(l), WithConfig(v))
|
||||
go app.Serve(globalContext)
|
||||
go app.Worker(globalContext)
|
||||
app.Wait()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue