value
@ -144,7 +144,7 @@ func runMaster(cmd *Command, args []string) bool {
srv := &http.Server{
Addr:":"+strconv.Itoa(*mport),
Handler: http.DefaultServeMux,
ReadTimeout: 30*time.Second,
ReadTimeout: 5*time.Second,
}
e := srv.ListenAndServe()
if e != nil {
@ -276,7 +276,7 @@ func runVolume(cmd *Command, args []string) bool {
Addr:":"+strconv.Itoa(*vport),