Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed Nov 15, 2023
1 parent 67e9d58 commit 964b049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/models/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
maxResponseSize = 102400
maxResponseSize = 102400 // 100KB should be enough to read the avalanchego response
)

type Host struct {
Expand Down

0 comments on commit 964b049

Please sign in to comment.