diff options
author | Justin Clark-Casey (justincc) | 2011-03-16 00:14:58 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-03-16 00:14:58 +0000 |
commit | aadd0e8d42b0a5b401cde9d4d3a56ce2e527201a (patch) | |
tree | 6037bb873bcd7716f1b5b016e07b6780cc2c1a99 /OpenSim/Framework/Servers/HttpServer | |
parent | Fix a bug in T015_LargeSceneObjects() where the large scene object was stored... (diff) | |
download | opensim-SC_OLD-aadd0e8d42b0a5b401cde9d4d3a56ce2e527201a.zip opensim-SC_OLD-aadd0e8d42b0a5b401cde9d4d3a56ce2e527201a.tar.gz opensim-SC_OLD-aadd0e8d42b0a5b401cde9d4d3a56ce2e527201a.tar.bz2 opensim-SC_OLD-aadd0e8d42b0a5b401cde9d4d3a56ce2e527201a.tar.xz |
minor: bring comment into line with code reality
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index 953ed85..ccec9b7 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | |||
@@ -633,7 +633,7 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
633 | finally | 633 | finally |
634 | { | 634 | { |
635 | // Every month or so this will wrap and give bad numbers, not really a problem | 635 | // Every month or so this will wrap and give bad numbers, not really a problem |
636 | // since its just for reporting, 200ms limit can be adjusted | 636 | // since its just for reporting, tickdiff limit can be adjusted |
637 | int tickdiff = Environment.TickCount - tickstart; | 637 | int tickdiff = Environment.TickCount - tickstart; |
638 | if (tickdiff > 3000) | 638 | if (tickdiff > 3000) |
639 | m_log.InfoFormat( | 639 | m_log.InfoFormat( |