mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
give viewers more time to start uploading assets
This commit is contained in:
@@ -171,7 +171,8 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
m_assetCache = cache;
|
||||
m_timeout = new Timer();
|
||||
m_timeout.Elapsed += Timeout;
|
||||
m_timeout.Interval = 1000;
|
||||
m_timeout.AutoReset = false;
|
||||
m_timeout.Interval = 30000;
|
||||
m_timeout.Start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user