lml/commontator

Limit the maximum number of characters in a comment

Dantemss opened this issue · 1 comments

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...

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?