diff options
author | Justin Clark-Casey (justincc) | 2011-01-19 01:13:10 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-01-19 01:13:10 +0000 |
commit | a42faca5b92f5c17c16b79fcf0df446d1aa08ae1 (patch) | |
tree | d7212023df98c6be68a6caf2b7776a1c9c360ffa /OpenSim/Region | |
parent | Downgrade and comment out some other caps messages for now (diff) | |
download | opensim-SC_OLD-a42faca5b92f5c17c16b79fcf0df446d1aa08ae1.zip opensim-SC_OLD-a42faca5b92f5c17c16b79fcf0df446d1aa08ae1.tar.gz opensim-SC_OLD-a42faca5b92f5c17c16b79fcf0df446d1aa08ae1.tar.bz2 opensim-SC_OLD-a42faca5b92f5c17c16b79fcf0df446d1aa08ae1.tar.xz |
With mic's permission, adjust long call time info messages to 500ms from 200ms
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Assets/NewFileAgentInventoryVariablePriceModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Assets/NewFileAgentInventoryVariablePriceModule.cs b/OpenSim/Region/CoreModules/Avatar/Assets/NewFileAgentInventoryVariablePriceModule.cs index af26b2b..63fad88 100644 --- a/OpenSim/Region/CoreModules/Avatar/Assets/NewFileAgentInventoryVariablePriceModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Assets/NewFileAgentInventoryVariablePriceModule.cs | |||
@@ -104,7 +104,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Assets | |||
104 | { | 104 | { |
105 | UUID capID = UUID.Random(); | 105 | UUID capID = UUID.Random(); |
106 | 106 | ||
107 | m_log.Info("[GETMESH]: /CAPS/" + capID); | 107 | // m_log.Debug("[NEW FILE AGENT INVENTORY VARIABLE PRICE]: /CAPS/" + capID); |
108 | caps.RegisterHandler("NewFileAgentInventoryVariablePrice", | 108 | caps.RegisterHandler("NewFileAgentInventoryVariablePrice", |
109 | 109 | ||
110 | new LLSDStreamhandler<LLSDAssetUploadRequest, LLSDNewFileAngentInventoryVariablePriceReplyResponse>("POST", | 110 | new LLSDStreamhandler<LLSDAssetUploadRequest, LLSDNewFileAngentInventoryVariablePriceReplyResponse>("POST", |