mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Finish last bits of api testsuite on server
This commit is contained in:
@@ -48,11 +48,8 @@ func start(ctrlChannel <-chan string, errorChannel chan<- error,
|
||||
|
||||
// Minio server config
|
||||
httpServer := &http.Server{
|
||||
Addr: config.Address,
|
||||
Handler: router,
|
||||
// TODO add this later with a proper timer thread
|
||||
// ReadTimeout: 20 * time.Second,
|
||||
// WriteTimeout: 20 * time.Second,
|
||||
Addr: config.Address,
|
||||
Handler: router,
|
||||
MaxHeaderBytes: 1 << 20,
|
||||
}
|
||||
log.Println("Starting HTTP Server on:", config.Address)
|
||||
|
||||
Reference in New Issue
Block a user