commit | 287de01127eff824e82d565b37fdaa1118da5a4d | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Thu Aug 15 07:20:46 2019 -0400 |
committer | Dmitri Shuralyov <dmitshur@golang.org> | Thu Aug 15 22:37:33 2019 +0000 |
tree | 3809752a4410e06bd27d2dd08264b832517be8cf | |
parent | 38fe2168e7188f98562017f6d9614ef8f363e39f [diff] |
database: increase size limit of packages to 1.2 MB By now, there are some large packages whose documentation exceeds the current size limit of 800 KB. Increase the limit by 1.5x to accomodate such packages. Fixes golang/gddo#635 Change-Id: Ie846366d2aea6a58f3cca3080c99fc0124995e5d Reviewed-on: https://go-review.googlesource.com/c/gddo/+/190398 Reviewed-by: Tuo Shan <shantuo@google.com>