mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Start the timer. (Could it be that simple?)
This commit is contained in:
@@ -280,6 +280,7 @@ namespace OpenSim.Region.OptionalModules.World.AutoBackup
|
||||
timers.Add(interval, tim);
|
||||
tim.Elapsed += HandleElapsed;
|
||||
tim.AutoReset = true;
|
||||
tim.Start();
|
||||
m_log.Debug("[AUTO BACKUP MODULE]: New timer for " + interval + " msec for region " + sRegionName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user