diff options
author | Melanie Thielker | 2016-12-29 16:29:44 +0000 |
---|---|---|
committer | Melanie Thielker | 2016-12-29 16:29:44 +0000 |
commit | e0b5135010f2292f5c28232e874841b5ed92a559 (patch) | |
tree | a600053b00b9f063afe01afd745d529f4007305f /bin/config-include/GridCommon.ini.example | |
parent | Add negative caching to flotsam cache. Prevents scripts from hammering the as... (diff) | |
download | opensim-SC-e0b5135010f2292f5c28232e874841b5ed92a559.zip opensim-SC-e0b5135010f2292f5c28232e874841b5ed92a559.tar.gz opensim-SC-e0b5135010f2292f5c28232e874841b5ed92a559.tar.bz2 opensim-SC-e0b5135010f2292f5c28232e874841b5ed92a559.tar.xz |
Add a MaxRetries option to the inventory connector.
If clustered services are used, another try would go to another server
and may succeed.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 0922cf5..10a5b47 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -85,6 +85,7 @@ | |||
85 | ; Change this to your grid-wide inventory server | 85 | ; Change this to your grid-wide inventory server |
86 | ; | 86 | ; |
87 | InventoryServerURI = "${Const|BaseURL}:${Const|PrivatePort}" | 87 | InventoryServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
88 | ;MaxRetries = 0 | ||
88 | 89 | ||
89 | [GridInfo] | 90 | [GridInfo] |
90 | ; | 91 | ; |