Skip to content

Commit

Permalink
Merge branch 'hotfix/2.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
bricerisingalgorand committed Sep 17, 2021
2 parents 5ad4773 + dd5736b commit d944718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
2.6.2
4 changes: 2 additions & 2 deletions api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit d944718

Please sign in to comment.