mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
fix unit of time on contexttimeout control. Thanks _cslcm_
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OSHttpServer
|
||||
if (m_internalThread != null)
|
||||
return;
|
||||
|
||||
m_lastTimeOutCheckTime = GetTimeStampMS();
|
||||
m_lastTimeOutCheckTime = GetTimeStamp();
|
||||
using(ExecutionContext.SuppressFlow())
|
||||
m_internalThread = new Thread(ThreadRunProcess);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user