Skip to content

mumc_configyaml>admin_settings>output_controls>character_limit>print

terrelsa13 edited this page Jul 1, 2024 · 2 revisions

  • Description
admin_settings:
  output_controls:
    character_limit:
      print: integer
  • print : control the number of character fed to the print() function
  • When there is a large number of characters to print to the screen; MUMC may appear to lag
    • In reality MUMC is waiting for the print() function and the OS to show the requested characters on the screen
    • The larger the number of characters, the longer the lag (e.g. printing millions of characters at once)
  • The print character_limit will allow any media_items with long or repetitive data to print without noticeable lag
  • ALL characters are printed on the screen regardless of this value
  • 1-730500 - Maximum number of characters printed at the same time
  • -1 - Disable printing to the console (THIS WILL OVERRIDE DEBUG:)

Example:

print: 128
Clone this wiki locally