Don't truncate package docs
broady opened this issue · 1 comments
broady commented
From googleapis/google-api-go-client#372
https://godoc.org/google.golang.org/api/compute/v0.beta and https://godoc.org/google.golang.org/api/compute/v1 both displays:
The documentation displayed here is incomplete. Use the godoc command to read the complete documentation.
instead of rendering the godoc for the packages.
dmitshur commented
The current document size limit is 800'000 bytes:
Lines 263 to 264 in af0f2af
The compute/v0.beta
package document size is currently 1'004'901 bytes, and compute/v1
is 834'564 bytes.
Instead of doubling the limit, I am considering going with a more conservative 1.5x multiplier and updating it to 1'200'000 bytes. If we need to exceed that limit further in the future, we can re-evaluate then.
Edit: Sent CL 190398.
/cc @shantuo @stephenmw