• 2 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: August 16th, 2022

help-circle




  • The 20KB limit is just on your own server I hope, not an hard limit of the software, right?

    Yes, it’s a non-rigid restriction. The default is 10,000 instead of 20,000. You can also disable this limit completely if you want.

    The restriction on the length of the paste is due to the following:

    • It will be difficult for client’s browser to render large HTML.
    • Code highlighting is done by the server, not by JavaScript. Accordingly here is a trivial saving the CPU.