forked from MTSR/mapserver
zero length channel
This commit is contained in:
parent
65f51612df
commit
699a685fa2
@ -38,7 +38,7 @@ func Job(ctx *app.App) {
|
||||
rstate := ctx.Config.RenderState
|
||||
lastcoords := coords.NewMapBlockCoords(rstate.LastX, rstate.LastY, rstate.LastZ)
|
||||
|
||||
jobs := make(chan *coords.TileCoords, 10)
|
||||
jobs := make(chan *coords.TileCoords, 0)
|
||||
|
||||
go worker(ctx, jobs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user