mordredrs
Member
Hi there,
Sorry for the noob question, but i've tried to change the autosave timer, and it's still saving each five minutes...
Thanks in advance for any help!
private static readonly TimeSpan m_Delay = Config.Get("AutoSave.Frequency", TimeSpan.FromMinutes(30.0));
private static readonly TimeSpan m_Warning = Config.Get("AutoSave.WarningTime", TimeSpan.Zero);
Sorry for the noob question, but i've tried to change the autosave timer, and it's still saving each five minutes...
Thanks in advance for any help!
private static readonly TimeSpan m_Delay = Config.Get("AutoSave.Frequency", TimeSpan.FromMinutes(30.0));
private static readonly TimeSpan m_Warning = Config.Get("AutoSave.WarningTime", TimeSpan.Zero);