fix: file blocked by reporter
continuous-integration/drone/tag Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
parent
5634bf108f
commit
dcc140b722
|
@ -121,7 +121,7 @@ func (cui *ConfigUI) Apply(w http.ResponseWriter, r *http.Request) {
|
||||||
ksrv.Response(w, 404, []byte("file not found"))
|
ksrv.Response(w, 404, []byte("file not found"))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
result, err := file.Do(cui.cmdTimeout, make(chan int))
|
result, err := file.Do(cui.cmdTimeout, make(chan int, 1))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue