mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
minor: bring comment into line with code reality
This commit is contained in:
@@ -633,7 +633,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
finally
|
||||
{
|
||||
// Every month or so this will wrap and give bad numbers, not really a problem
|
||||
// since its just for reporting, 200ms limit can be adjusted
|
||||
// since its just for reporting, tickdiff limit can be adjusted
|
||||
int tickdiff = Environment.TickCount - tickstart;
|
||||
if (tickdiff > 3000)
|
||||
m_log.InfoFormat(
|
||||
|
||||
Reference in New Issue
Block a user