minor: bring comment into line with code reality

0.7.1-dev
Justin Clark-Casey (justincc) 2011-03-16 00:14:58 +00:00
parent fdcf910e00
commit aadd0e8d42
1 changed files with 1 additions and 1 deletions

View File

@ -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(