Keruspe / GPaste

Clipboard management system
BSD 2-Clause "Simplified" License
777 stars 55 forks source link

Reduce default max text size #340

Closed jacobmischka closed 3 years ago

jacobmischka commented 3 years ago

I arbitrarily chose (2^20)-1, but certainly something else would be just as good (as long as it's reasonably smaller than (2^31)-1).

Closes #339

Keruspe commented 3 years ago

Makes sense, thanks!