diff --git a/.version b/.version index 6a6a3d8e3..097a15a2a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.6.1 +2.6.2 diff --git a/api/server.go b/api/server.go index 9b53d7ab1..4f1d4c72b 100644 --- a/api/server.go +++ b/api/server.go @@ -77,8 +77,8 @@ func Serve(ctx context.Context, serveAddr string, db idb.IndexerDb, fetcherError } s := &http.Server{ Addr: serveAddr, - ReadTimeout: 10 * time.Second, - WriteTimeout: 10 * time.Second, + ReadTimeout: 59 * time.Second, + WriteTimeout: 59 * time.Second, MaxHeaderBytes: 1 << 20, BaseContext: getctx, }