Autosave Interval

By default, changes made in a content editor are autosaved every three seconds. If you wish to change the autosave interval, you can do so by adding a configuration setting as follows:

  1. If necessary, switch user to root.

    $ sudo su
  2. Open /etc/escenic/cue-web/config.yml for editing. For example

    # nano /etc/escenic/cue-web/config.yml
  3. Add the following setting:

    autoSaveInterval: interval

    where interval is the required update interval in milliseconds (the default setting is 3000).

  4. Save the file.

  5. Enter:

    # dpkg-reconfigure cue-web-3.12

    This reconfigures CUE with the changes you have made.