diff options
author | Melanie | 2013-01-20 18:38:00 +0100 |
---|---|---|
committer | Melanie | 2013-01-20 18:38:00 +0100 |
commit | b7b3063849c8d7299fa0c262e122ff1a050bfdcb (patch) | |
tree | 90c910a0b2421d49a6c52eb80e6c977e7fccd452 /prebuild.xml | |
parent | Revert "Refactor scripted http request to use async calls rather than hard th... (diff) | |
download | opensim-SC-b7b3063849c8d7299fa0c262e122ff1a050bfdcb.zip opensim-SC-b7b3063849c8d7299fa0c262e122ff1a050bfdcb.tar.gz opensim-SC-b7b3063849c8d7299fa0c262e122ff1a050bfdcb.tar.bz2 opensim-SC-b7b3063849c8d7299fa0c262e122ff1a050bfdcb.tar.xz |
Implement HTTP Request froma thread pool to avoid packet congestion
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 7fff2e0..fa21722 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1680,6 +1680,7 @@ | |||
1680 | 1680 | ||
1681 | <!-- To allow regions to have mono addins --> | 1681 | <!-- To allow regions to have mono addins --> |
1682 | <Reference name="Mono.Addins" path="../../../bin/"/> | 1682 | <Reference name="Mono.Addins" path="../../../bin/"/> |
1683 | <Reference name="SmartThreadPool"/> | ||
1683 | 1684 | ||
1684 | <Files> | 1685 | <Files> |
1685 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1686 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |