AutoSaveFrequency

The number of seconds between auto-save actions to the Edit Entry, Edit Page, and Edit Template screens. Auto-save can be disabled with a value of zero.

Values

Integer. Default is 5 seconds.

Example

Change auto-save frequency to every 20 seconds:

 AutoSaveFrequency 20

Disable auto-save:

AutoSaveFrequency 0
This page was last updated on 2009-06-26, 20:42. [Edit]

3 Notes

Is this in minutes or seconds (or some other unit of time.)

Is there a way to shut autosave off? I think it might be what's causing the background popup window in my browser...

My suggestion would be it's in seconds, it can be 'turned off' if required by adding AutoSaveFrequency 0 to your mt_config table.

As it defaults to 5 it may need experimentation depending on the size & type of content. I would suggest at least 20 seconds :-)

It would be nice to see if it's possible to update Arvind Satyanarayan's old MT Config plugin (at least I think thats what it was called.

Meanwhile Im off to read http://blog.movalog.com/a/athena-developers-perspective/

Set the AutoSaveFrequency value in your mt-config.cgi file. Don't mess with the mt_config database table unless you know exactly what you're doing. You shouldn't generally need to touch the database directly for anything, really.

And yes, a value of "0" (no quotes) disables.

Leave a note

Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.