Limit the maximum number of characters in a comment
Dantemss opened this issue · 1 comments
Dantemss commented
Could be configurable, but a good default would be 2**15-1 (32,767) which is the maximum number of characters that fit in 1 cell in Excel.
Or maybe something smaller if that is too big...
samueldana commented
I just tested and there doesn't seem to be a sane limit at all. I was able to create a 6M character comment, bogging down my application and browser. Shouldn't this qualify as a bug instead of an enhancement?